# HG changeset patch # User Sebastien Jodogne # Date 1446189413 -3600 # Node ID d178fab186dd32b1a63dff5f1324eb7a2265b6ee # Parent 57b9e6890482b53bcd4913eaea0082fe4c802fbc reminder of password diff -r 57b9e6890482 -r d178fab186dd Resources/Samples/ImportDicomFiles/ImportDicomFiles.py --- a/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Thu Oct 29 16:49:25 2015 +0100 +++ b/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py Fri Oct 30 08:16:53 2015 +0100 @@ -81,7 +81,7 @@ sys.stdout.write(" => success\n") success_count += 1 else: - sys.stdout.write(" => failure (Is it a DICOM file?)\n") + sys.stdout.write(" => failure (Is it a DICOM file? Is there a password?)\n") except: sys.stdout.write(" => unable to connect (Is Orthanc running? Is there a password?)\n")