Skip to content

Commit a6dcc2e

Browse files
pablogsalhugovk
andauthored
Update master/custom/schedulers.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 8de58b7 commit a6dcc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def addBuildsetForChanges(self, **kwargs):
1818
yield super().addBuildsetForChanges(**kwargs)
1919
return
2020

21-
# Is possible that we get multiple changeids if there are multiple
21+
# It is possible that we get multiple changeids if there are multiple
2222
# requests being made in quick succession. All these changeids will
2323
# have the same properties, so we can just pick the first one.
2424
changeid = changeids[0]

0 commit comments

Comments
 (0)