You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +106,8 @@ UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 97850: ordi
106
106
3.7:
107
107
```
108
108
109
-
This error means that the `'ascii' codec` cannot handle inputord() >=128, andas some Video cards use `²` to reference their power, the `ascii` codec chokes on them.
109
+
This error means that the `'ascii' codec` cannot handle input`ord() >=128`,
110
+
andas some Video cards use `²` to reference their power, the `ascii` codec chokes on them.
110
111
111
112
It means `xcp.pci.PCIIds()` cannot use `open("/usr/share/hwdata/pci.ids").read()`.
0 commit comments