Skip to content

Commit

Permalink
Default TestRunConfig.log_path to _DEFAULT_LOG_PATH (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
uael committed Mar 23, 2023
1 parent 61706b7 commit 384ebbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mobly/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ class TestRunConfig:
"""

def __init__(self):
# Init value is an empty string to avoid string joining errors.
self.log_path = ''
self.log_path = _DEFAULT_LOG_PATH
# Deprecated, use 'testbed_name'
self.test_bed_name = None
self.testbed_name = None
Expand Down

0 comments on commit 384ebbe

Please sign in to comment.