projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aca519
)
Remove incorrect docstring
author
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Thu, 15 Dec 2016 17:11:56 +0000
(12:11 -0500)
committer
Tim Van Steenburgh
<tvansteenburgh@gmail.com>
Thu, 15 Dec 2016 17:11:56 +0000
(12:11 -0500)
juju/unit.py
patch
|
blob
|
history
diff --git
a/juju/unit.py
b/juju/unit.py
index
ea51345
..
9a75404
100644
(file)
--- a/
juju/unit.py
+++ b/
juju/unit.py
@@
-108,9
+108,6
@@
class Unit(model.ModelEntity):
:param int timeout: Time to wait before command is considered failed
:returns: A :class:`juju.action.Action` instance.
- Returns a tuple containing the stdout, stderr, and return code
- from the command.
-
"""
action = client.ActionFacade()
action.connect(self.connection)