Skip to content

Commit 39171dd

Browse files
committed
Fix Linter: Test.output_dir
`Test.output_dir`: This member was never properly defined and just gets hooked in during builds. Define to an empty string to silence and make aware.
1 parent e3012a6 commit 39171dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def __init__(self, name):
4242
self.log = None
4343

4444
self.buildDir = ""
45+
self.output_dir = ""
4546

4647
self.extra_build_dir = ""
4748

0 commit comments

Comments
 (0)