fixes #149
This commit is contained in:
parent
67a9698557
commit
06ca090e8c
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,8 @@ class BuildReport:
|
|||
pass
|
||||
elif self.buildresult.lower() == 'null':
|
||||
self.working = True
|
||||
else:
|
||||
self.success = False
|
||||
else:
|
||||
self.success = False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue