Skip to content

Commit 8f21a72

Browse files
committed
1 parent fe05a71 commit 8f21a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reverie/backend_server/reverie.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def start_server(self, int_counter):
398398
# "persona": {"Klaus Mueller": {"movement": [38, 12]}},
399399
# "meta": {curr_time: <datetime>}}
400400
curr_move_file = f"{sim_folder}/movement/{self.step}.json"
401+
create_folder_if_not_there(curr_move_file)
401402
with open(curr_move_file, "w") as outfile:
402403
outfile.write(json.dumps(movements, indent=2))
403404

0 commit comments

Comments
 (0)