Skip to content

Commit

Permalink
FIX: Fix getting retry_count attribute
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Jun 5, 2024
1 parent ca34c42 commit b9f01dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octue/cloud/deployment/google/answer_pub_sub_question.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def answer_question(question, project_name):
originator_question_uuid = get_nested_attribute(question, "attributes.originator_question_uuid")
parent = get_nested_attribute(question, "attributes.parent")
originator = get_nested_attribute(question, "attributes.originator")
retry_count = get_nested_attribute(question, "retry_count")
retry_count = get_nested_attribute(question, "attributes.retry_count")

order = EventCounter()

Expand Down

0 comments on commit b9f01dd

Please sign in to comment.