Skip to content

Commit

Permalink
No need for this normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fcampbell committed Jul 11, 2024
1 parent a20e065 commit d6cd6be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def process(
file.write("\n")
insert_newline = True
file.write(
f"-- Generated by the Snowflake CLI from {relative_py_file.as_posix()}\n"
f"-- Generated by the Snowflake CLI from {relative_py_file}\n"
)
file.write(f"-- DO NOT EDIT\n")
file.write(create_stmt)
Expand Down

0 comments on commit d6cd6be

Please sign in to comment.