# HG changeset patch # User Sebastien Jodogne # Date 1649058774 -7200 # Node ID cde17b68d73e2cc328d12b99ca57bee9de2872e6 # Parent 2e3006382c22d9e20745eae36199848ae52ab90f linor fix in OrthancImport.py diff -r 2e3006382c22 -r cde17b68d73e OrthancServer/Resources/Samples/ImportDicomFiles/OrthancImport.py --- 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...')