Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix handling of env-vars passed to plumbum Commands; support new with_cwd #513

Merged
merged 2 commits into from
Jan 26, 2021

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    cd62848 View commit details
    Browse the repository at this point in the history
  2. command: fix handling of env-vars passed to plumbum Commands; support…

    … new with_cwd
    
    - don't use the non-threadsafe and session-dependent .env() context manager
    - sync popen support for 'env' param in all machine impls: local/ssh/paramiko
    - add .with_cwd() to complement .with_env()
    koreno authored and henryiii committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e4db361 View commit details
    Browse the repository at this point in the history