Skip to content

Commit 30413b1

Browse files
committed
Adding conda param back for vetiver compatibility
1 parent e8cce47 commit 30413b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rsconnect/actions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ def deploy_python_fastapi(
849849
app_id: int,
850850
title: str,
851851
python: str,
852+
conda_mode: bool,
852853
force_generate: bool,
853854
log_callback: typing.Callable,
854855
image: str = None,
@@ -869,6 +870,7 @@ def deploy_python_fastapi(
869870
:param title: an optional title for the deploy. If this is not provided, one will
870871
be generated. Previous default = None.
871872
:param python: the optional name of a Python executable. Previous default = None.
873+
:param conda_mode: depricated parameter, included for compatibility. Ignored.
872874
:param force_generate: force generating "requirements.txt" or "environment.yml",
873875
even if it already exists. Previous default = False.
874876
:param log_callback: the callback to use to write the log to. If this is None

0 commit comments

Comments
 (0)