From: Silvio Rhatto Date: Thu, 16 May 2019 20:13:13 +0000 (-0300) Subject: Cleanup exception handling X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=39f9a75856419ca9b7de9cbd8b55d5514f0828aa;p=ckandumper.git Cleanup exception handling --- diff --git a/ckandumper b/ckandumper index be38965..cbf71fc 100755 --- a/ckandumper +++ b/ckandumper @@ -339,10 +339,3 @@ if __name__ == "__main__": except KeyboardInterrupt as e: print(e) exit(1) - #except RuntimeError as e: - # # Weird tqdm error - # if str(e) == 'Set changed size during iteration': - # pass - # else: - # print(e) - # exit(1)