Skip to content

Commit

Permalink
fix mkdir bug in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
evandowning committed Mar 22, 2021
1 parent 3bd4e42 commit 124ec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _main():
roiMSE = os.path.join(roiFolder,'mse_func.npy')

# Create output folder (exit if it already exists)
#os.makedirs(outFolder)
os.makedirs(outFolder)

# Create database
sys.stdout.write('\n')
Expand Down

0 comments on commit 124ec55

Please sign in to comment.