Browse Source

Missed a continue.

pull/24/head
Ben Kurtovic 12 years ago
parent
commit
fb47c54cfb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pages/copyvios.mako

+ 1
- 0
pages/copyvios.mako View File

@@ -156,6 +156,7 @@
code = special["dbname"]
name = special["code"].capitalize()
languages.add((code, name))
continue
this = set()
for web in site["site"]:
if "closed" in web:


Loading…
Cancel
Save