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 420d356 commit 868e74eCopy full SHA for 868e74e
setup.py
@@ -386,7 +386,7 @@ def sign_extension_macos(self, ext):
386
if not config.can_sign_apple:
387
raise EnvironmentError("Can't sign for apple. Missing information")
388
389
- ext_fpath = self.get_ext_fullpath(ext.name)
+ ext_fpath = pathlib.Path(self.get_ext_fullpath(ext.name))
390
391
print("> signing the extension")
392
subprocess.run(
0 commit comments