Do not use generic except:
This commit is contained in:
parent
9423959ea1
commit
3b3f986632
1 changed files with 1 additions and 1 deletions
2
akshara
2
akshara
|
@ -366,5 +366,5 @@ try:
|
|||
command(args.command)
|
||||
else:
|
||||
command()
|
||||
except:
|
||||
except KeyboardInterrupt:
|
||||
error('aborting')
|
||||
|
|
Loading…
Reference in a new issue