Skip to content

Commit

Permalink
Merge branch 'master' into mm-project-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti authored Oct 20, 2023
2 parents 91fcc46 + 439c1a4 commit 31af51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rsconnect/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ def inspect_environment(
if len(flags) > 0:
args.append("-" + "".join(flags))
args.append(directory)

try:
environment_json = check_output(args, universal_newlines=True)
except subprocess.CalledProcessError as e:
Expand Down
1 change: 1 addition & 0 deletions rsconnect/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def MakeEnvironment(
pip: Optional[str] = None,
python: Optional[str] = None,
source: Optional[str] = None,
**kwargs, # provides compatibility where we no longer support some older properties
):
return Environment(contents, error, filename, locale, package_manager, pip, python, source)

Expand Down

0 comments on commit 31af51f

Please sign in to comment.