Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Dec 3, 2024
1 parent 8a5e772 commit 6ce1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def write_df(
elif path.suffix == ".parquet":
return df.to_parquet(path, index=False, engine="pyarrow")
raise NotImplementedError(
f"Invalid extension provided: '{path.suffix[1:]}'. Supported extensions are `.csv` or `.parquet`."
f"Invalid extension provided: '.{path.suffix[1:]}'. Supported extensions are `.csv` or `.parquet`."
)


Expand Down

0 comments on commit 6ce1760

Please sign in to comment.