Skip to content

Commit

Permalink
fix: Set output_dir default value | NPG-000 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Mar 29, 2024
1 parent f1b1acc commit 543779c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def __init__(
event_id: int,
proposals_scores_csv_path: Optional[str],
ideascale_api_url: str,
output_dir: Optional[Path],
output_dir: Optional[Path] = None,
):
"""Initialize the importer."""
self.api_token = api_token
Expand Down

0 comments on commit 543779c

Please sign in to comment.