aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-05-16 17:13:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-05-16 17:13:13 -0300
commit39f9a75856419ca9b7de9cbd8b55d5514f0828aa (patch)
tree3bb1be2042de87ea1f7fc87b5f469e8ecdd8f101
parent4a1c1fea7e6b5083a691e6e4f05a9fc7c0ec9017 (diff)
downloadckandumper-39f9a75856419ca9b7de9cbd8b55d5514f0828aa.tar.gz
ckandumper-39f9a75856419ca9b7de9cbd8b55d5514f0828aa.tar.bz2
Cleanup exception handling
-rwxr-xr-xckandumper7
1 files changed, 0 insertions, 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)