From 39f9a75856419ca9b7de9cbd8b55d5514f0828aa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 May 2019 17:13:13 -0300 Subject: Cleanup exception handling --- ckandumper | 7 ------- 1 file changed, 7 deletions(-) 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) -- cgit v1.2.3