We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu Noble uses Python 3.12, when installing the package this is shown:
/usr/lib/python3/dist-packages/sasutils/cli/sas_devices.py:354: SyntaxWarning: invalid escape sequence '\D' return int(re.sub("\D", "", o.scsi_generic.name)) /usr/lib/python3/dist-packages/sasutils/cli/sas_devices.py:438: SyntaxWarning: invalid escape sequence '\s' grp_format = re.sub('\s*\{%s.*?\}\s*' % field, ' ',
This doesn't happen in Bookworm + Python 3.11
https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ubuntu Noble uses Python 3.12, when installing the package this is shown:
This doesn't happen in Bookworm + Python 3.11
https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes
The text was updated successfully, but these errors were encountered: