We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de58b7 commit a6dcc2eCopy full SHA for a6dcc2e
master/custom/schedulers.py
@@ -18,7 +18,7 @@ def addBuildsetForChanges(self, **kwargs):
18
yield super().addBuildsetForChanges(**kwargs)
19
return
20
21
- # Is possible that we get multiple changeids if there are multiple
+ # It is possible that we get multiple changeids if there are multiple
22
# requests being made in quick succession. All these changeids will
23
# have the same properties, so we can just pick the first one.
24
changeid = changeids[0]
0 commit comments