Skip to content

Commit

Permalink
Fix auto startup path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Jan 29, 2018
1 parent 81739e2 commit 3f7bbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_mindcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
settings = {"public": pub_set}

# Write out file list to bids directory
with open(os.path.join(bids_dir,"startup_auto.json"), "w") as h:
with open(os.path.join(bids_dir,"startup.auto.json"), "w") as h:
json.dump(manifest,h)
# Write out the settings file to the mindcontrol directory
with open("settings.auto.json", "w") as h:
json.dump(settings,h)
json.dump(settings,h)

0 comments on commit 3f7bbc9

Please sign in to comment.