Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Sep 1, 2023
1 parent 2dc92ab commit bad1e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-argo-cli-commands-nz-imagery.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _write_params(params: Dict[str, str], file: str) -> None:
)

def _write_errors(errors: List[str], file: str) -> None:
with open(f"./errors/_errors_{file}.txt", "w", encoding="utf-8") as error_file:
with open(f"./_errors_{file}.txt", "w", encoding="utf-8") as error_file:
error_file.writelines(errors)

def _tmp_target_edit(target: str) -> str:
Expand Down

0 comments on commit bad1e5a

Please sign in to comment.