Skip to content

Commit cceaec4

Browse files
committed
Transfer input arguments
1 parent 911bc94 commit cceaec4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

erdetect/main_cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ def execute():
291291
if args.gui:
292292

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

297296
else:
298297

0 commit comments

Comments
 (0)