Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Oct 28, 2024
1 parent 367bff1 commit 87d032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/press/doctype/deploy_candidate/deploy_candidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ def _fail_site_group_deploy_if_exists(self):
"bench": ("is", "not set"),
},
)
if not should_retry and site_group_deploy:
if site_group_deploy:
frappe.get_doc("Site Group Deploy", site_group_deploy).update_site_group_deploy_on_process_job(
deploy=self,
)
Expand Down

0 comments on commit 87d032c

Please sign in to comment.