Skip to content

Commit

Permalink
Merge 7fd8f41 into 26b79d1
Browse files Browse the repository at this point in the history
  • Loading branch information
einarnn committed Sep 19, 2018
2 parents 26b79d1 + 7fd8f41 commit 23eee97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncclient/operations/rpc.py
Expand Up @@ -165,6 +165,7 @@ def xml(self):
@property
def ok(self):
"Boolean value indicating if there were no errors."
self.parse()
return not self.errors # empty list => false

@property
Expand Down

0 comments on commit 23eee97

Please sign in to comment.