Skip to content

Commit

Permalink
[SCons] Fix typo that broke Cython warning
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Jun 21, 2023
1 parent e0ce133 commit 6085795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ if env['python_package'] != 'none':
logger.info("Cython not found.")
warn_no_full_package = True
elif cython_version < cython_min_version:
lopgger.warning(
logger.warning(
f"Cython is an incompatible version: Found {cython_version} but "
f"{cython_min_version} or newer is required.")
warn_no_full_package = True
Expand Down

0 comments on commit 6085795

Please sign in to comment.