[Newm] Replace ambiguous character
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8ab46ec051
commit
ffd96a277d
@ -22,7 +22,7 @@ debug_windows = False
|
|||||||
|
|
||||||
def run_shell(command: str):
|
def run_shell(command: str):
|
||||||
"""Run a shell command asynchronously
|
"""Run a shell command asynchronously
|
||||||
If the shell command doesn’t already end with "&", add it.
|
If the shell command doesn't already end with "&", add it.
|
||||||
"""
|
"""
|
||||||
if not command.endswith("&"):
|
if not command.endswith("&"):
|
||||||
command = command + " &"
|
command = command + " &"
|
||||||
|
Loading…
Reference in New Issue
Block a user