summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-09-21 11:44:08 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-10-11 12:07:29 +0200
commit594ae7ccfe2c2555f0a24286b948a779c6847543 (patch)
tree1df6dd2ac68e78457bcda40e587310c99f11a0d5
parent4b86c469fb618629267aebef7b9c250b61d2ade0 (diff)
framework: remove outdated comment
TestrunResult.from_dict is indeed used at the end of the function.
-rw-r--r--framework/backends/json.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/backends/json.py b/framework/backends/json.py
index 440202612..882169e09 100644
--- a/framework/backends/json.py
+++ b/framework/backends/json.py
@@ -273,7 +273,6 @@ def _load(results_file):
def _resume(results_dir):
"""Loads a partially completed json results directory."""
- # TODO: could probably use TestrunResult.from_dict here
# Pylint can't infer that the json being loaded is a dict
# pylint: disable=maybe-no-member
assert os.path.isdir(results_dir), \