Skip to content

Commit

Permalink
Remove incorrect field
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed May 12, 2022
1 parent 9a5559e commit ed01e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/models/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def get_combined_artifacts(self):
artifacts = {}
job_queryset = (
UnifiedJob.objects.filter(unified_job_node__workflow_job=self)
.defer('ancestor_artifacts', 'job_args', 'job_cwd', 'start_args', 'result_traceback')
.defer('job_args', 'job_cwd', 'start_args', 'result_traceback')
.order_by('status', 'finished', 'id')
.iterator()
)
Expand Down

0 comments on commit ed01e31

Please sign in to comment.