am 99f717d7: Fix runtest syntax.
* commit '99f717d7d88cdfe55b5a9689544dceac9489f614': Fix runtest syntax.
This commit is contained in:
@@ -50,7 +50,7 @@ class CoverageTargets:
|
||||
self._target_map= {}
|
||||
|
||||
def __iter__(self):
|
||||
return iter(self._target_map.values()
|
||||
return iter(self._target_map.values())
|
||||
|
||||
def Parse(self, file_path):
|
||||
"""Parse the coverage target data from from given file path, and add it to
|
||||
|
||||
Reference in New Issue
Block a user