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]
|
||||
properties = build.getProperties ()
|
||||
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 ")
|
||||
else:
|
||||
try_to = None
|
||||
|
|
Loading…
Reference in a new issue