Skip to content

Commit

Permalink
Fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 14, 2023
1 parent f0c70a4 commit 41c0826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/applehelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def init(self) -> None:
'building Apple Help output'))

self.bundle_path = path.join(self.outdir, self.config.applehelp_bundle_name + '.help')
self.outdir = path.join(
self.outdir = path.join( # type: ignore[assignment]
self.bundle_path,
'Contents',
'Resources',
Expand Down

0 comments on commit 41c0826

Please sign in to comment.