Skip to content

Commit

Permalink
Ignore commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Aşıcı committed Feb 23, 2011
1 parent eb92486 commit a93f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge-new-packages
Expand Up @@ -53,7 +53,7 @@ if __name__ == "__main__":
with open(input_file) as f:
for line in f:
line = line.strip()
if not line:
if not line or line.startswith("#"):
continue

status, filename = line.split(None, 1)
Expand Down

0 comments on commit a93f4a5

Please sign in to comment.