Skip to content
Snippets Groups Projects
Commit 1db3aa81 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

BUG: the first argv is the script name, not the output directory

parent d23797c7
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ import numpy as np ...@@ -11,7 +11,7 @@ import numpy as np
from numpy import testing from numpy import testing
import nibabel as nib import nibabel as nib
OUTDIR = sys.argv[0] OUTDIR = sys.argv[1]
def gen_data(): def gen_data():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment