seveas / python-hpilo

Accessing the HP iLO XML interface from python
https://seveas.github.io/python-hpilo
Other
320 stars 101 forks source link

Fix exception while writing bin file (Mirror Mode) #204

Closed ExaneServerTeam closed 6 years ago

ExaneServerTeam commented 6 years ago

Fix the exception raised while writing the bin file:

""" TypeError: write() argument must be str, not bytes """

seveas commented 6 years ago

Yeah, that make sense, thanks!