Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iLO2 : XML or text declaration not at start of entity: line 2, column 0 #210

Open
Antalis opened this issue Jan 23, 2019 · 0 comments
Open

Comments

@Antalis
Copy link

Antalis commented Jan 23, 2019

Hi,

Same problem as indicated at the end of issue n°#95 (Jan 2016) for iLO2 , can you modifiy, in hpilo.py :

- return self._element_children_to_dict(etree.fromstring(data))
+ return self._element_children_to_dict(etree.fromstring(data.lstrip()))

Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant