Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Aug 12, 2024
1 parent 8bff34b commit 04ca82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metapkg/targets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ def sh_get_command_paths(
src_root = self.get_source_abspath()
for cmd in commands:
cmd_txt = self.sh_get_command(
cmd, package=pkg, relative_to='sourceroot'
cmd, package=pkg, relative_to="sourceroot"
)
if os.path.sep not in cmd_txt:
# Skip global commands
Expand Down

0 comments on commit 04ca82e

Please sign in to comment.