Fix bug in tool and add __init__.py #107 (#191)

This commit is contained in:
Jaisen Mathai 2017-01-22 23:42:31 -08:00 committed by GitHub
parent 15cfe61e03
commit 84251d276e
2 changed files with 1 additions and 1 deletions

0
elodie/tools/__init__.py Normal file
View File

View File

@ -34,7 +34,7 @@ def main(argv):
else:
status = add_original_name(source, subclasses)
result.append((source, status))
result.append((path, status))
result.write()