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

made some slight changes to provide working support for python3 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

made some slight changes to provide working support for python3 #24

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 13, 2019

when runnning under python3 from the vanilla version of python-hwinfo the following errors result:

device_recs = parser.parse_items()
Traceback (most recent call last):
File "", line 1, in
File "/home/carl/venv/test2/lib/python3.7/site-packages/hwinfo/util/init.py", line 60, in parse_items
for data in self.DATA.split(self.ITEM_SEPERATOR):
TypeError: a bytes-like object is required, not 'str'

@coveralls
Copy link

Coverage Status

Coverage increased (+5.4%) to 97.872% when pulling fef0296 on deskos-xp:master into ba93a11 on rdobson:master.

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

Successfully merging this pull request may close these issues.

2 participants