Eolian: Add back directory_scan as it's apparently needed by parse

This commit is contained in:
Kai Huuhko 2014-06-23 20:40:10 +03:00
parent d4c47203e2
commit 1c6f42b395
1 changed files with 1 additions and 0 deletions

View File

@ -921,6 +921,7 @@ generated_function_counter = Counter()
for path in args.paths:
for dirpath, dirnames, filenames in os.walk(path):
eolian.directory_scan(dirpath)
for filename in filenames:
if filename.endswith(".eo"):
f = os.path.join(dirpath, filename)