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-18 13:47:22 +0200
commit902c7e165f8c87d6a9b80e6a5a6cbbb945c23cb5 (patch)
tree7704ce04d70acb8788292c52c48b661e8751304a
parent981a71d93afcda9f6c2a9ac6e2f41f10ac719a4a (diff)
framework: remove outdated comment
TestrunResult.from_dict is indeed used at the end of the function. Reviewed-by: Eric Anholt <eric@anholt.net>
-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), \