pypo syntax error

This commit is contained in:
Martin Konecny 2013-04-26 11:35:52 -04:00
parent ca86d6b68b
commit 628e075828
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class PypoFetch(Thread):
line = line.strip()
if not len(line) or line[0] == "#"
if not len(line) or line[0] == "#":
continue
try: