Skip to content

Commit

Permalink
fix data_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Apr 23, 2020
1 parent d3b6586 commit 1b0b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def generate_lookup(f_dir, dataset_name, data_dir):
for p in properties:
f.write(p+"\n")
f.close()
build_property_lookup(dataset_name,properties_f_dir)
build_property_lookup(dataset_name,properties_f_dir, data_dir)
else:
print("Unable to parse: "+f_dir)

Expand Down

0 comments on commit 1b0b00a

Please sign in to comment.