forked from ungleich-public/cdist
sys.exit() in try
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
61666664c1
commit
aa81486fe9
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ if __name__ == "__main__":
|
|||
else:
|
||||
commandline()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
sys.exit(0)
|
||||
|
||||
sys.exit(0)
|
||||
except KeyboardInterrupt:
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Reference in a new issue