Skip to content

Commit

Permalink
spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanreader committed Mar 21, 2024
1 parent e6598e2 commit d8bd57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions icvmapper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def main(args=None):
elif hasattr(args, 't1w'):
if args.t1w:
log_filepath = os.path.join(os.path.dirname(args.t1w), 'logs', '{}.log'.format(log_filename))
else:
print("Error, must provide T1")
exit(0)
else:
print("Error, must provide T1")
exit(0)
else:
log_filepath = os.path.join(os.getcwd(), '{}.log'.format(log_filename))

Expand Down

0 comments on commit d8bd57e

Please sign in to comment.