Skip to content

Commit 3048a59

Browse files
authored
Merge pull request #3 from clockback/main
Iterating over the analyzer features rather than the analyzer names when attempting to obtain features.
2 parents ec18534 + acaf78d commit 3048a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codesurvey/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_pbars(self, *, disable_progress: bool,
6868
if progress_analyzer_features is None:
6969
all_features = [
7070
feature
71-
for features in self.analyzer_features
71+
for features in self.analyzer_features.values()
7272
for feature in features
7373
]
7474
max_auto_feature_progress = 10

0 commit comments

Comments
 (0)