mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed stderr error output
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9291d0862a
commit
a307c7a4c7
1 changed files with 2 additions and 3 deletions
|
@ -40,6 +40,5 @@ if __name__ == "__main__":
|
|||
s_user()
|
||||
virtual_env()
|
||||
main()
|
||||
except KeyboardInterrupt:
|
||||
print()
|
||||
raise SystemExit()
|
||||
except KeyboardInterrupt as err:
|
||||
raise SystemExit(err)
|
||||
|
|
Loading…
Add table
Reference in a new issue