Skip to content

Conversation

@FrostyX
Copy link
Owner

@FrostyX FrostyX commented Nov 1, 2023

Currently, the error is unformatted:

called 'Unknown or unsupported linux distribution: {0} (v{1})' if there

After this patch:

called 'Unknown or unsupported linux distribution: None (v1.1)' if there

I am not sure if the None is caused by my broken /etc/os-release or if it will appear even on real unsupported distributions. In any case, it is not caused by this commit. We would have to fix System.distribution().

Currently, the error is unformatted:

    called 'Unknown or unsupported linux distribution: {0} (v{1})' if there

After this patch:

    called 'Unknown or unsupported linux distribution: None (v1.1)' if there

I am not sure if the `None` is caused by my broken `/etc/os-release`
or if it will appear even on real unsupported distributions. In any
case, it is not caused by this commit. We would have to fix
`System.distribution()`.
@FrostyX
Copy link
Owner Author

FrostyX commented Nov 1, 2023

This may not be needed? On RHEL the message is correctly formatted even without this patch.

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