aboutsummaryrefslogtreecommitdiff
path: root/mobly/runtime_test_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'mobly/runtime_test_info.py')
-rw-r--r--mobly/runtime_test_info.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobly/runtime_test_info.py b/mobly/runtime_test_info.py
index ed691bc..ca0eafd 100644
--- a/mobly/runtime_test_info.py
+++ b/mobly/runtime_test_info.py
@@ -40,7 +40,8 @@ class RuntimeTestInfo:
self._name = test_name
self._record = record
self._output_dir_path = utils.abs_path(
- os.path.join(log_path, self._record.signature))
+ os.path.join(log_path, self._record.signature)
+ )
@property
def name(self):