Do not use generic except:

This commit is contained in:
Rudra Saraswat 2023-05-08 23:00:22 +05:30
parent 9423959ea1
commit 3b3f986632

View file

@ -366,5 +366,5 @@ try:
command(args.command)
else:
command()
except:
except KeyboardInterrupt:
error('aborting')