Skip to content

Commit

Permalink
Address test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sscottgvit committed Feb 5, 2020
1 parent c1f3cb2 commit 5263d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/importers/PythonImporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5263d70

Please sign in to comment.