Fix typo
This commit is contained in:
parent
2e4d4d641e
commit
8dafb917d8
1 changed files with 2 additions and 2 deletions
|
@ -244,9 +244,9 @@ send to the gdb-testers mailing list."""
|
||||||
cur_change = build.getSourceStamps ()[0].changes[0]
|
cur_change = build.getSourceStamps ()[0].changes[0]
|
||||||
properties = build.getProperties ()
|
properties = build.getProperties ()
|
||||||
isrebuild = properties.getProperty ('isRebuild')
|
isrebuild = properties.getProperty ('isRebuild')
|
||||||
istrysched = properties.getProperty ('isTryShed') == 'yes'
|
istrysched = properties.getProperty ('isTrySched') == 'yes'
|
||||||
|
|
||||||
if istryshed:
|
if istrysched:
|
||||||
try_to = build.getReason ().strip ("'try' job by user ")
|
try_to = build.getReason ().strip ("'try' job by user ")
|
||||||
else:
|
else:
|
||||||
try_to = None
|
try_to = None
|
||||||
|
|
Loading…
Reference in a new issue