Sfoglia il codice sorgente

Correcting syntax error

Andrej Studen 5 anni fa
parent
commit
255fbdc324
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: