Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 10, 2024
1 parent b3da69a commit 1e6b3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colcon_core/python_install_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def get_python_install_path(name, vars_=()):

install_base = kwargs['vars'].get('base', sysconfig.get_config_var('base'))
if install_base != sysconfig.get_config_var('base'):
# If we are not actually installing to the default location, the default
# path scheme may be inadequate. Check if we need to override.
# If we are not actually installing to the default location, the
# default path scheme may be inadequate. Check if we need to override.
schemes = sysconfig.get_scheme_names()
if 'deb_system' in schemes or 'osx_framework_library' in schemes:
# Avoid deb_system because it requires using --install-layout deb
Expand Down

0 comments on commit 1e6b3db

Please sign in to comment.