Skip to content

Commit 4bf7640

Browse files
committed
include ctx in executor init
1 parent cf170a3 commit 4bf7640

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)