mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 02:16:00 +02:00
Fix typo
This commit is contained in:
parent
4e7568dec1
commit
71103886e6
20 changed files with 32 additions and 32 deletions
2
build.py
2
build.py
|
@ -21,7 +21,7 @@ skip_cargo = False
|
|||
def custom_os_system(cmd):
|
||||
err = os._system(cmd)
|
||||
if err != 0:
|
||||
print(f"Error occured when executing: {cmd}. Exiting.")
|
||||
print(f"Error occurred when executing: {cmd}. Exiting.")
|
||||
sys.exit(-1)
|
||||
# replace prebuilt os.system
|
||||
os._system = os.system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue