| Index: tools/testrunner/local/old_statusfile.py
|
| diff --git a/tools/testrunner/local/old_statusfile.py b/tools/testrunner/local/old_statusfile.py
|
| index a16941b83b9bcbfec90817d40e91d1979b6c9aa7..a9a62036ec48fcfcd68135e8c93358a163122a6c 100644
|
| --- a/tools/testrunner/local/old_statusfile.py
|
| +++ b/tools/testrunner/local/old_statusfile.py
|
| @@ -386,7 +386,7 @@ class ConvertNotation(object):
|
| self.init = True
|
|
|
| def CloseGlobal(self):
|
| - if not self.init: return
|
| + if not self.init: self.OpenGlobal()
|
| print >> self.out, "]"
|
| self.init = False
|
|
|
|
|