Mercurial > hg > orthanc
diff OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py @ 4972:cde17b68d73e
linor fix in OrthancImport.py
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 04 Apr 2022 09:52:54 +0200 |
parents | 43e613a7756b |
children | 17c91e054636 |
line wrap: on
line diff
--- a/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py Wed Mar 30 14:50:30 2022 +0200 +++ b/OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py Mon Apr 04 09:52:54 2022 +0200 @@ -63,7 +63,7 @@ WARNING: This script will remove all the content of your Orthanc instance running on %s! -Are you sure ["yes" to go on]?""" % args.server) +Are you sure ["yes" to go on]?""" % args.url) if sys.stdin.readline().strip() != 'yes': print('Aborting...')