diff options
| -rw-r--r-- | meta/lib/oeqa/utils/logparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/logparser.py b/meta/lib/oeqa/utils/logparser.py index 4355ce0b76..0670627c3c 100644 --- a/meta/lib/oeqa/utils/logparser.py +++ b/meta/lib/oeqa/utils/logparser.py | |||
| @@ -109,7 +109,7 @@ class Result(object): | |||
| 109 | prefix = '' | 109 | prefix = '' |
| 110 | for x in test_status: | 110 | for x in test_status: |
| 111 | prefix +=x+'.' | 111 | prefix +=x+'.' |
| 112 | if (section != ''): | 112 | if section: |
| 113 | prefix += section | 113 | prefix += section |
| 114 | section_file = os.path.join(target_dir, prefix) | 114 | section_file = os.path.join(target_dir, prefix) |
| 115 | # purge the file contents if it exists | 115 | # purge the file contents if it exists |
