Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 880fc520838d0790a8145d961f9f8b19d3f43cbc
      
https://github.com/NixOS/nixops/commit/880fc520838d0790a8145d961f9f8b19d3f43cbc
  Author: aszlig <[email protected]>
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
    M nixops/backends/container.py
    M nixops/backends/none.py
    M nixops/backends/virtualbox.py

  Log Message:
  -----------
  backends: Pass keyword args to get_ssh_flags().

The superclass has a keyword argument (scp=True/False) which is used by
upload_file() and download_file().

So not supporting these arguments is going to fail for these backends
and instead of passing it via a positional argument I'm using **kwargs
so we shouldn't run into the same problem if future kwargs are added to
get_ssh_flags().

This has been reported by @kevincox in an unrelated pull request (#369).

Signed-off-by: aszlig <[email protected]>


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to