We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0827c5a commit fa08f22Copy full SHA for fa08f22
heudiconv/cli/run.py
@@ -201,8 +201,7 @@ def process_args(args):
201
#
202
# Load heuristic -- better do it asap to make sure it loads correctly
203
204
- heuristic = (load_heuristic(op.realpath(args.heuristic_file))
205
- if args.heuristic_file else gen_heuristic)
+ heuristic = load_heuristic(op.realpath(args.heuristic_file))
206
207
study_sessions = get_study_sessions(args.dicom_dir_template, args.files,
208
heuristic, outdir, args.session,
0 commit comments