summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/archive-conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/archive-conf b/bin/archive-conf
index caf8fa2c..04c6ce41 100755
--- a/bin/archive-conf
+++ b/bin/archive-conf
@@ -86,8 +86,8 @@ def archive_conf():
md5_match_hash[conf] = conf
todo_cnt -= 1
if todo_cnt == 0:
- raise "Break"
- except "Break":
+ raise StopIteration()
+ except StopIteration:
pass
for conf in args: