Skip to content

Commit

Permalink
Merge pull request #2 from gogozs/master
Browse files Browse the repository at this point in the history
remove drawing command
  • Loading branch information
sorz committed Jul 29, 2014
2 parents fbc386e + 4d88213 commit 183ee9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asstosrt/__init__.py
Expand Up @@ -78,7 +78,7 @@ def __unicode__(self):
def _preprocess_line(line):
"""Remove line endings and comments."""
line = line.strip()
if line.startswith(';'):
if line.startswith(';') | line.endswith('{\p0}'):
return ''
else:
return line
Expand Down
Empty file modified batch.py 100644 → 100755
Empty file.

0 comments on commit 183ee9b

Please sign in to comment.