Skip to content

Commit

Permalink
str this int
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 26, 2024
1 parent d81a946 commit 24998da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/shar.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_header(conda_exec, tarball, info):
'pycache': '__pycache__',
'SHORTCUTS': shortcuts_flags(info),
'REGISTER_ENVS': str(info.get("register_envs", True)).lower(),
'TOTAL_INSTALLATION_SIZE': approx_size_kb(info, "total")
'TOTAL_INSTALLATION_SIZE': str(approx_size_kb(info, "total")),
}
if has_license:
replace['LICENSE'] = read_ascii_only(info['license_file'])
Expand Down

0 comments on commit 24998da

Please sign in to comment.