Skip to content

Commit

Permalink
include ctx in executor init
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Nov 30, 2023
1 parent cf170a3 commit 4bf7640
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 4bf7640

Please sign in to comment.