[Newm] Replace ambiguous character
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2022-11-23 18:04:30 +01:00
parent 8ab46ec051
commit ffd96a277d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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 + " &"