Revision 0cdb8b3c ncclient/operations/retrieve.py

b/ncclient/operations/retrieve.py
28 28
    def _parsing_hook(self, root):
29 29
        self._data = None
30 30
        if not self._errors:
31
            self._data = content.find(root, 'data')
31
            self._data = content.find(root, 'data', strict=False)
32 32
    
33 33
    @property
34 34
    def data(self):

Also available in: Unified diff