Skip to content

Commit 7226eb2

Browse files
committed
remove unused param
closes #524
1 parent 1563f2a commit 7226eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsconnect/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ def write_manifest_quarto(
17961796
environment = None
17971797
if "jupyter" in engines:
17981798
with cli_feedback("Inspecting Python environment"):
1799-
python, environment = get_python_env_info(base_dir, python, False, force_generate)
1799+
python, environment = get_python_env_info(base_dir, python, force_generate)
18001800

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

0 commit comments

Comments
 (0)