Skip to content

Commit

Permalink
Transfer input arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Jun 22, 2023
1 parent 911bc94 commit cceaec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions erdetect/main_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ def execute():
if args.gui:

# open and run on theGUI
open_gui()
# TODO: transfer CLI input/output arguments to GUI
open_gui(init_input_directory=args.bids_dir, init_output_directory=args.output_dir)

else:

Expand Down

0 comments on commit cceaec4

Please sign in to comment.