X-Git-Url: https://git.tld-linux.org/?p=tld-builder.git;a=blobdiff_plain;f=TLD_Builder%2Finstall.py;h=c8eb5438075383f7b53555882222a353c4078680;hp=9cfb94fa30e3b86ce1c9f901e4447630168c34ff;hb=3ce84d461db5383b79d6940a27ce672932c9ac78;hpb=55c3e9258e178d20f8aa86eb171f8617d4857f2f diff --git a/TLD_Builder/install.py b/TLD_Builder/install.py index 9cfb94f..c8eb543 100644 --- a/TLD_Builder/install.py +++ b/TLD_Builder/install.py @@ -23,7 +23,7 @@ def close_killset(killset): return True rx = re.compile(r'^.* marks (?P[^\s]+?)-[^-]+-[^-]+\s.*$') errors = "" - for p in k: + for p in list(k): if p in hold: del killset[p] errors += "cannot remove %s because it's crucial\n" % p