Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed May 14, 2024
1 parent 429bdb5 commit 7e8428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/PipelineLocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def get(self, request, group_id, pipeline_id, pipeline_lock_uuid=None, *_, **__
if pipeline_lock_uuid == None:
return self.list(pipeline)

print(pipeline.pipelinelocks)
print(pipeline.pipelinelocks.all())

lock_model = next(
filter(
Expand Down

0 comments on commit 7e8428d

Please sign in to comment.