Skip to content

Commit 11d9c77

Browse files
committed
stop using deprecated logger.warn
1 parent c0e8200 commit 11d9c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colcon_core/package_identification/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_setup_result(setup_py, env=None):
7979
p.start()
8080
p.join()
8181
if p.exitcode:
82-
logger.warn("Python setup script '%s' terminated with exit code %d",
82+
logger.warning("Python setup script '%s' terminated with exit code %d",
8383
setup_py, p.exitcode)
8484

8585
if not conn_recv.poll():

0 commit comments

Comments
 (0)