summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler/pushqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_scheduler/pushqueue.py')
-rw-r--r--buildstream/_scheduler/pushqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_scheduler/pushqueue.py b/buildstream/_scheduler/pushqueue.py
index 1c0ab9824..a339f5604 100644
--- a/buildstream/_scheduler/pushqueue.py
+++ b/buildstream/_scheduler/pushqueue.py
@@ -49,4 +49,4 @@ class PushQueue(Queue):
# Element._push() returns True if it uploaded an artifact,
# here we want to appear skipped if the remote already had
# the artifact.
- return not result
+ return result