Skip to content

Commit

Permalink
remove a check in case function is used directly
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwu committed Oct 28, 2022
1 parent f8df2b5 commit bdaf75c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rsconnect/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,6 @@ def deploy_app(
secret=connect_server.secret,
)
)
else:
raise RSConnectException("Unable to infer Connect client.")

environment = create_python_environment(
directory,
Expand Down

0 comments on commit bdaf75c

Please sign in to comment.