Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yijunj authored Dec 30, 2021
1 parent 2f90340 commit 0720291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def collect_data(self):
if __name__ == '__main__':
pedia = Pedia()
pedia.collect_data()
with open('pedia.pickle', 'wb') as f:
with open('parse_pedia/pedia.pickle', 'wb') as f:
pickle.dump(pedia, f)
print('Pedia saved as pickle file')
# utils.print_hierarchical_object(pedia)

0 comments on commit 0720291

Please sign in to comment.