Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed May 6, 2024
1 parent ce1d874 commit 65290c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trailblazer/services/analysis_service/analysis_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def update_ongoing_analyses(self) -> None:
for analysis in analyses:
self.job_service.update_jobs(analysis.id)

if analysis.workflow == WorkflowManager.TOWER:
if analysis.workflow_manager == WorkflowManager.TOWER:
continue

status: TrailblazerStatus = self.job_service.get_analysis_status(analysis.id)
Expand Down

0 comments on commit 65290c4

Please sign in to comment.