Skip to content

Commit

Permalink
Update src/snowflake/cli/plugins/snowpark/package_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Urbaszek <tomasz.urbaszek@snowflake.com>
  • Loading branch information
sfc-gh-pczajka and sfc-gh-turbaszek authored Mar 25, 2024
1 parent 0b1e501 commit d44a9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/cli/plugins/snowpark/package_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def download_packages(

log.info(
"Downloaded packages: %s",
",".join([d.name for d in dependency_requirements]),
", ".join([d.name for d in dependency_requirements]),
)

if not perform_anaconda_check_for_dependencies:
Expand Down

0 comments on commit d44a9a9

Please sign in to comment.