mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated exit code
This commit is contained in:
parent
3e11c2cf95
commit
9339f302c8
1 changed files with 1 additions and 1 deletions
|
@ -342,4 +342,4 @@ def main() -> None:
|
|||
config = NewConfigs(args)
|
||||
config.check()
|
||||
except KeyboardInterrupt:
|
||||
raise SystemExit()
|
||||
raise SystemExit(1)
|
||||
|
|
Loading…
Reference in a new issue