Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed May 22, 2024
1 parent 0e19b7f commit 7975ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styxdefs/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def input_file(self, host_file: InputPathType) -> str:
"""Resolve host input files."""
return str(host_file)

def output_file(self, local_file: str, _optional: bool = False) -> OutputPathType:
def output_file(self, local_file: str, optional: bool = False) -> OutputPathType:
"""Resolve local output files."""
return str(self.dir / local_file)

Expand Down

0 comments on commit 7975ac1

Please sign in to comment.