Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 23, 2024
1 parent 9e4089c commit a3224fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auditwheel/main_repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def execute(args, p):
msg = (

Check warning on line 139 in src/auditwheel/main_repair.py

View check run for this annotation

Codecov / codecov/patch

src/auditwheel/main_repair.py#L138-L139

Added lines #L138 - L139 were not covered by tests
'cannot repair "%s" to "%s" ABI because the specified platform '
'"%s" is not valid. Valid platforms for the current arch "%s" are:\n'
'%s' % (wheel_file, args.PLAT, args.PLAT, arch, namesfmt)
"%s" % (wheel_file, args.PLAT, args.PLAT, arch, namesfmt)
)
p.error(msg)

Check warning on line 144 in src/auditwheel/main_repair.py

View check run for this annotation

Codecov / codecov/patch

src/auditwheel/main_repair.py#L144

Added line #L144 was not covered by tests

Expand Down

0 comments on commit a3224fa

Please sign in to comment.