Skip to content

Commit

Permalink
fix: set output_dir default value
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Mar 29, 2024
1 parent 7cf94df commit 6252e55
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 6252e55

Please sign in to comment.