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

nvme tput parsing + python3 #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

computersforpeace
Copy link

No description provided.

Typical naming is nvmeXnY (e.g., "nvme0n1"). Update the regex to allow.
Python2 is dead, and /usr/bin/python is missing on many systems. Switch
to the recommended method for getting python3: /usr/bin/env python3.

Note that gui.py is still not converted to py3 due to
gobject-introspection incompatibility. That conversion seems very
nontrivial, and it's properly gated by "is python2." If someone really
wants to use python2 still, they can "python3 ./pybootchartgui.py".
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.

1 participant