aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)