Improve error reporting for local and remote run.
This commit is contained in:
parent
ab74da9c29
commit
fd8e10e12a
4 changed files with 57 additions and 12 deletions
|
|
@ -41,8 +41,8 @@ BANNER = """
|
|||
"P' "" ""
|
||||
"""
|
||||
|
||||
REMOTE_COPY = "scp -o User=root -q"
|
||||
REMOTE_EXEC = "ssh -o User=root -q"
|
||||
REMOTE_COPY = "scp -o User=root"
|
||||
REMOTE_EXEC = "ssh -o User=root"
|
||||
|
||||
class Error(Exception):
|
||||
"""Base exception class for this project"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue