Skip to content

Commit 82d8efc

Browse files
committed
use proper variable
1 parent b2aef78 commit 82d8efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/circuitpython_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def run_library_checks(validators, kw_args, error_depth):
232232
"* Adafruit Libraries: %s Community Libraries: %s (Total: %s)",
233233
len(bundle_submodules),
234234
community_library_count,
235-
len(bundle_submodules) + int(community_bundle_submodules),
235+
len(bundle_submodules) + community_library_count,
236236
)
237237
print_pr_overview(lib_insights)
238238
logger.info(" * Merged pull requests:")

0 commit comments

Comments
 (0)