Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 29, 2023
1 parent 469d670 commit 7fe7e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/services/TaskService.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def create(self, pipeline, request):

# Create task
try:
print(task.conditions)
print(task.conditions, flush=True)
task = Task.objects.create(
auth=getattr(request, "auth", None),
builder=getattr(request, "builder", None),
Expand Down

0 comments on commit 7fe7e0b

Please sign in to comment.