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
Remove all Python 3.9 specific syntax, methods, etc to 3.8. The list of errors:
AttributeError: 'str' object has no attribute 'removeprefix'
The text was updated successfully, but these errors were encountered:
Fix for Issue #38 and #39 (#40)
6a6f2d7
* Added Logging * Logging * Fixed Logging * Logger and Exceptions * Uncommenting * Fixed Logger * Debugging * Replaced Strings with Paths * Logging * Removed Space * Only make relative location lower case * Improved Logging Messages * Updated Logging * More Logging During Zip File Download * backward compatible prefix and suffix removal * Fixed Import * refactor type for py3.8 Co-authored-by: saifulkhan <[email protected]>
No branches or pull requests
Remove all Python 3.9 specific syntax, methods, etc to 3.8. The list of errors:
AttributeError: 'str' object has no attribute 'removeprefix'
The text was updated successfully, but these errors were encountered: