From d6cd6be5ac4b54192a6664b0c2f4e316a85147d0 Mon Sep 17 00:00:00 2001 From: Francois Campbell Date: Thu, 11 Jul 2024 16:46:03 -0400 Subject: [PATCH] No need for this normalization --- .../cli/plugins/nativeapp/codegen/snowpark/python_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/python_processor.py b/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/python_processor.py index 55cace14bc..e28a401e6d 100644 --- a/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/python_processor.py +++ b/src/snowflake/cli/plugins/nativeapp/codegen/snowpark/python_processor.py @@ -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)