Explorar o código

Correcting syntax error

Andrej Studen %!s(int64=5) %!d(string=hai) anos
pai
achega
255fbdc324
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      DICOMtools/loadDicom.py

+ 2 - 0
DICOMtools/loadDicom.py

@@ -423,6 +423,8 @@ def dicomValue(file,tag,seqTag=None,shell=False):
     except subprocess.CalledProcessError as e:
         return None
     
+    debug=False
+    
     if debug:
         print("Tag {} Line '{}'").format(tag,out)
     if len(out)==0: