]> gitweb.fluxo.info Git - ckandumper.git/commitdiff
Cleanup exception handling
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2019 20:13:13 +0000 (17:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2019 20:13:13 +0000 (17:13 -0300)
ckandumper

index be38965ff6d1c9e1ed890933029ca0b3785c4e06..cbf71fc87c48bf13ff09937435fe578ddb107efa 100755 (executable)
@@ -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)