소스 검색

Correcting syntax error

Andrej Studen 5 년 전
부모
커밋
255fbdc324
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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: