[Newm] Replace ambiguous character
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-23 18:04:30 +01:00
parent 8ab46ec051
commit ffd96a277d

View File

@@ -22,7 +22,7 @@ debug_windows = False
def run_shell(command: str):
"""Run a shell command asynchronously
If the shell command doesnt already end with "&", add it.
If the shell command doesn't already end with "&", add it.
"""
if not command.endswith("&"):
command = command + " &"