src/eric7/Testing/TestResultsTree.py

branch
eric7-maintenance
changeset 9832
3885b9d7bd31
parent 9654
7328efba128b
parent 9786
f94b530722af
child 10079
0222a480e93d
diff -r 9e14817925e5 -r 3885b9d7bd31 src/eric7/Testing/TestResultsTree.py
--- a/src/eric7/Testing/TestResultsTree.py	Tue Jan 24 10:16:03 2023 +0100
+++ b/src/eric7/Testing/TestResultsTree.py	Wed Mar 01 09:05:47 2023 +0100
@@ -340,7 +340,7 @@
         testResultsToBeAdded = []
 
         for testResult in testResults:
-            for (index, currentResult) in enumerate(self.__testResults):
+            for index, currentResult in enumerate(self.__testResults):
                 if currentResult.id == testResult.id:
                     self.__testResults[index] = testResult
                     if minIndex is None:

eric ide

mercurial