Skip to content

Commit

Permalink
Fix typo bug on sys exit
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jan 18, 2021
1 parent 1233923 commit 6157d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler-core/tribler_core/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ def check_for_missing_dependencies(scope='both'):
"Please install the following dependencies to continue:"
f"\n {pip3_install}{apt_install} \n\n"
)
exit(1)
sys.exit(1)

0 comments on commit 6157d76

Please sign in to comment.