Skip to content

Commit

Permalink
Fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 10, 2024
1 parent 284c0e4 commit 5c6ca91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra_compile/workflow_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async def connect(
self.input = None

async def process(self, outputDir: os.PathLike = pathlib.Path()) -> None:
outputDir = pathlib.Path(outputDir)
outputFontPath = outputDir / self.destination
builder = Builder(self.input)
await builder.setup()
Expand Down

0 comments on commit 5c6ca91

Please sign in to comment.