Skip to content

Commit

Permalink
Update streamline_scalar_start.py
Browse files Browse the repository at this point in the history
quick patch fixing getcwd() function
  • Loading branch information
smeisler authored Jul 3, 2023
1 parent faa8583 commit fb2b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsub_extractor/cli_starters/streamline_scalar_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_parser():
"--out_dir",
help="Directory where outputs will be stored (a subject-folder will be created there if it does not exist). Default is current directory.",
type=op.abspath,
default=os.getcwd(),
default=getcwd(),
metavar=("/PATH/TO/OUTDIR/"),
)
parser.add_argument(
Expand Down

0 comments on commit fb2b5b3

Please sign in to comment.