Browse Source

Correcting syntax error

Andrej Studen 5 years ago
parent
commit
255fbdc324
1 changed files with 2 additions and 0 deletions
  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: