We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e8200 commit 11d9c77Copy full SHA for 11d9c77
colcon_core/package_identification/python.py
@@ -79,7 +79,7 @@ def get_setup_result(setup_py, env=None):
79
p.start()
80
p.join()
81
if p.exitcode:
82
- logger.warn("Python setup script '%s' terminated with exit code %d",
+ logger.warning("Python setup script '%s' terminated with exit code %d",
83
setup_py, p.exitcode)
84
85
if not conn_recv.poll():
0 commit comments