Mercurial > hg > orthanc
changeset 1766:d178fab186dd
reminder of password
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Oct 2015 08:16:53 +0100 |
parents | 57b9e6890482 |
children | b268756c2cb9 |
files | Resources/Samples/ImportDicomFiles/ImportDicomFiles.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")