Skip to content

Commit

Permalink
amend warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 7, 2024
1 parent fd6612b commit 83a3eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def main_build(dir_path, output_dir='.', platform=cc_platform,
exe_name, exe_version = identify_conda_exe(info.get("_conda_exe"))
except OSError as exc:
logger.warning(
"Could not identify conda-standalone version (%s). "
"Could not identify conda-standalone / micromamba version (%s). "
"Will assume it is compatible with shortcuts.",
exc,
)
Expand Down

0 comments on commit 83a3eb6

Please sign in to comment.