Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstorm38 committed Apr 14, 2024
1 parent b7d374d commit 2788b1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions portablemc/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1591,10 +1591,10 @@ def process_wait(self, process: Popen) -> None:


class StreamRunner(StandardRunner):
"""A specialized implementation of `RunTask` which allows streaming the game's output
logs. This implementation also provides parsing of log4j XML layouts for logs. This
runner handles KeyboardInterrupt errors and properly kill the game and waits for it
completion.
"""A specialized implementation of `StandardRunner` which allows streaming the game's
output logs. This implementation also provides parsing of log4j XML layouts for logs.
This runner handles KeyboardInterrupt errors and properly kill the game and waits for
its completion.
"""

def process_create(self, args: List[str], work_dir: Path) -> Popen:
Expand Down

0 comments on commit 2788b1c

Please sign in to comment.