Skip to content

Commit

Permalink
message->error_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Jun 29, 2022
1 parent ea53d05 commit 0022064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_db/processing_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ def _set_error(self, error):
c.complete(False, error="Parent job '%s' failed." % self.id)

# set as error after everything is in place
self._set_status('error', message=error)
self._set_status('error', error_msg=error)

@property
def heartbeat(self):
Expand Down

0 comments on commit 0022064

Please sign in to comment.