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 d8bd57e commit cbdb342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icvmapper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def main(args=None):
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)
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 cbdb342

Please sign in to comment.