Skip to content

Commit

Permalink
Merge pull request #197 from jhlegarreta/FixTyposInPrintedMessages
Browse files Browse the repository at this point in the history
DOC: Fix typos in printed messages
  • Loading branch information
jhlegarreta authored Oct 22, 2023
2 parents 4c93d41 + 8f5c274 commit c4a7ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/wm_download_anatomically_curated_atlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def download_file(url, output_file):
output.close()
print('')
except:
print('[ERRIR] Download fails! Please check your network connection and rerun the script.')
print('[ERROR] Download fails! Please check your network connection and rerun the script.')
print(sys.exc_info())
exit()

Expand Down
2 changes: 1 addition & 1 deletion utilities/wm_fix_UKF_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():

fixed_log = os.path.join(args.inputDirectory, 'fixed.log')
if os.path.exists(fixed_log):
print(" ** Aleady fixed!")
print(" ** Already fixed!")
return

vtk_list = list_files(args.inputDirectory, "*.vt*")
Expand Down

0 comments on commit c4a7ca8

Please sign in to comment.