Skip to content

Commit

Permalink
as posix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcn committed Sep 13, 2024
1 parent 0756ea8 commit 6f53e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datawagon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def cli(
print(f"csv_source_config: {csv_source_config}")

try:
source_config_file = toml.load(csv_source_config)
source_config_file = toml.load(csv_source_config.as_posix())
valid_config = SourceConfig(**source_config_file)

except ValidationError as e:
Expand Down

0 comments on commit 6f53e7c

Please sign in to comment.