Skip to content

Commit cbbb5a1

Browse files
authored
Merge pull request #525 from rstudio/mm-ctx-fix
Include ctx in executor init
2 parents cf170a3 + 4bf7640 commit cbbb5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsconnect/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,7 @@ def deploy_app(
14391439
)
14401440

14411441
ce = RSConnectExecutor(
1442+
ctx=ctx,
14421443
name=name,
14431444
api_key=api_key,
14441445
insecure=insecure,

0 commit comments

Comments
 (0)