Skip to content

Commit 4a19152

Browse files
committed
adding create_json for new js app
1 parent c451c48 commit 4a19152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/data_processing/create_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def create_json(data_folder):
108108
import json
109109

110110

111-
with open('../../data/data.json', 'w') as f:
111+
with open('/home/runner/work/boost-beh/boost-beh/data.json', 'w') as f:
112112
json.dump(master_data, f, indent=2)
113113
return None
114114

0 commit comments

Comments
 (0)