summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/branch_qt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/qt/branch_qt.py b/scripts/qt/branch_qt.py
index e7cb7ceb..919d9b56 100755
--- a/scripts/qt/branch_qt.py
+++ b/scripts/qt/branch_qt.py
@@ -502,8 +502,7 @@ class QtBranching:
if self.direct:
# TODO: make this work for projects that don't have 'qt' as namespace
query = {
- "q": f"project:qt/{project} branch:{branch} "
- "(status:staging OR status:staged OR status:integrating)"
+ "q": f"project:qt/{project} branch:{branch} (status:staged OR status:integrating)"
}
response = requests.get(f"{GERRIT_REST_URL}/changes/", params=query)
response.raise_for_status()