Skip to content

Commit

Permalink
Merge pull request #525 from rstudio/mm-ctx-fix
Browse files Browse the repository at this point in the history
Include ctx in executor init
  • Loading branch information
mmarchetti authored Nov 30, 2023
2 parents cf170a3 + 4bf7640 commit cbbb5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsconnect/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,7 @@ def deploy_app(
)

ce = RSConnectExecutor(
ctx=ctx,
name=name,
api_key=api_key,
insecure=insecure,
Expand Down

0 comments on commit cbbb5a1

Please sign in to comment.