Skip to content

Commit

Permalink
enh: display version before acting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed May 9, 2018
1 parent e113349 commit c78d25b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heudiconv/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ def process_args(args):
lgr.info(INIT_MSG(packname=__packagename__,
version=__version__))

if args.command:
process_extra_commands(outdir, args)
return
#
# Load heuristic -- better do it asap to make sure it loads correctly
#
Expand Down

0 comments on commit c78d25b

Please sign in to comment.