Skip to content

Commit cb74176

Browse files
committed
chore(#169): typo
1 parent 567921d commit cb74176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sr-data/src/sr_data/steps/maven.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main(repos, out, token):
5555
frame.at[idx, "maven_jars_count"] = 0
5656
frame.at[idx, "maven_poms_count"] = 0
5757
before = len(frame)
58-
frame = frame[frame.projects != 0]
58+
frame = frame[frame.maven_projects_count != 0]
5959
logger.info(f"Skipped {before - len(frame)} repositories without pom.xml files")
6060
frame.to_csv(out, index=False)
6161
logger.info(f"Saved {len(frame)} repositories to {out}")

0 commit comments

Comments
 (0)