host-installer_old
host-installer_old copied to clipboard
XCP-ng installer
Results
2
host-installer_old issues
Sort by
recently updated
recently updated
newest added
```python name = re.match("([^_]*)(_\d+)?$", name).group(1) ``` Throws: `AttributeError: 'NoneType' object has no attribute 'groups'` because sometimes there are more than numbers after the '_'.
Ought to be a solution to https://github.com/xcp-ng/xcp/issues/107 Still need testing.