Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rsconnect/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ def write_manifest_quarto(
environment = None
if "jupyter" in engines:
with cli_feedback("Inspecting Python environment"):
python, environment = get_python_env_info(base_dir, python, False, force_generate)
python, environment = get_python_env_info(base_dir, python, force_generate)

environment_file_exists = exists(join(base_dir, environment.filename))
if environment_file_exists and not force_generate:
Expand Down