diff --git a/app/importers/PythonImporter.py b/app/importers/PythonImporter.py index 84c971c4..a514a03d 100644 --- a/app/importers/PythonImporter.py +++ b/app/importers/PythonImporter.py @@ -50,7 +50,7 @@ def setPythonScript(self, pythonScript): def setOutput(self, output): self.output = output - def run(self): # it is necessary to get the qprocess because we need to send it back to the scheduler when we're done importing + def run(self): # it is necessary to get the qprocess to send it back to the scheduler when we're done try: session = self.db.session() startTime = time()