Skip to content

Commit 4216c38

Browse files
authored
fix: model name for print (#29)
1 parent 9f52a13 commit 4216c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litmodels/io/cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def upload_model_files(
7979
cloud_account=cloud_account,
8080
)
8181
if verbose:
82-
_print_model_link(info.name, verbose)
82+
_print_model_link(name, verbose)
8383
return info
8484

8585

0 commit comments

Comments
 (0)