Преглед на файлове

Correcting syntax error in loadPatient

Andrej Studen преди 5 години
родител
ревизия
0368d38f44
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      dataExplorer/loadPatient.py

+ 3 - 3
dataExplorer/loadPatient.py

@@ -45,9 +45,9 @@ class loadPatientLogic(slicer.ScriptedLoadableModule.ScriptedLoadableModuleLogic
     def setURIHandler(self, net):
         self.sNet=net
 
-    def setLocal(self,basePath)
-       self.dicomImporter.setLocal(basePath)
-       self.dicomLoader.setLocal(basePath)
+    def setLocal(self,basePath):
+        self.dicomImporter.setLocal(basePath)
+        self.dicomLoader.setLocal(basePath)
        
     def getOICode(self, label):
         filter=[]