Commit d784f9ac authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo in method name.

parent 2a82f13d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ class RetrievePreprocessor(TaskExecutor):
                    jobId = self.jobObj.jobId
                    self.execute()
                    try:
                        jobPhase = self.dbConn.getPhase(jobId)
                        jobPhase = self.dbConn.getJobPhase(jobId)
                    except Exception:
                        self.logger.exception(f"Database error: unable to retrieve job phase for job {jobId}.")
                    else: