소스 검색

Debugging imageBrowser

Andrej 1 일 전
부모
커밋
bc0c87addf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      slicerModules/imageBrowser.py

+ 1 - 0
slicerModules/imageBrowser.py

@@ -315,6 +315,7 @@ class imageBrowserWidget(ScriptedLoadableModuleWidget):
                 for row in ds['rows']}
         except TypeError:
             #if studyDate is empty, this will return no possible visits
+            print('[{}]: failed to parse studyDates'.format(self.patientList.currentText))
             return
 
         #apply lookup to visitVar if available