Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge #28925
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 9, 2022
2 parents bba5284 + 39272c1 commit 56e9123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/command/sage_build_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get_cythonized_package_files(self):
self.cythonized_files = list(find_extra_files(
".", ["sage"], self.build_dir, [],
distributions=self.built_distributions).items())
log.warn(f"cythonized_files = {self.cythonized_files}")
log.debug(f"cythonized_files = {self.cythonized_files}")

return self.cythonized_files

Expand Down

0 comments on commit 56e9123

Please sign in to comment.