Skip to content

Commit

Permalink
fix fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Faraone committed Jul 26, 2021
1 parent f89d44a commit d65ed2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect_ext/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_response_by_var(self, status):
elif status == 'rescheduled':
return ProcessingResponse.reschedule(86400)
elif status == 'failed':
raise ProcessingResponse.fail(output='failed on demand')
return ProcessingResponse.fail(output='failed on demand')
return ProcessingResponse.skip()


Expand Down

0 comments on commit d65ed2a

Please sign in to comment.