X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=gdcmPython%2Fdemo%2FPrintDicomDir.py.in;h=703ee20ec7846354e50c9421832b5c910c1b2930;hb=1fe405b2347a5f78d5ecc67d2d81f53bd9c7541d;hp=1e97623edaa06da4a01f8809ba6a718ec132f9eb;hpb=5f17b94e1ddf2bfa0de416b72cf215b288523d65;p=gdcm.git diff --git a/gdcmPython/demo/PrintDicomDir.py.in b/gdcmPython/demo/PrintDicomDir.py.in index 1e97623e..703ee20e 100644 --- a/gdcmPython/demo/PrintDicomDir.py.in +++ b/gdcmPython/demo/PrintDicomDir.py.in @@ -21,7 +21,7 @@ try: except IndexError: printLevel = 1 -### Build the header element list +### Build the DicomDir element list dicomdir = gdcm.DicomDir(fileName) if not dicomdir.IsReadable(): print