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
The Upgrade Readiness App reports "[t]his app is [in]compatible with Python 3."
Issue: File path designates Python 2 library. Incompatible File Paths File Location
App:SA-cim_vladiator File Path:.../bin/mvmath.py Issue No. Issues 1. @@ -14,8 +14,9 @@
# Mini 'six'-like compat layer import sys +import six if sys.version_info[0] == 2: - string_types = (basestring,) + string_types = (six.string_types,) else: string_types = (str,)
The text was updated successfully, but these errors were encountered:
version 1.8.0 seems to fix this issue. I am getting an warning for jQuery check now. You?
Sorry, something went wrong.
No branches or pull requests
The Upgrade Readiness App reports "[t]his app is [in]compatible with Python 3."
Issue:
File path designates Python 2 library.
Incompatible File Paths
File Location
App:SA-cim_vladiator
File Path:.../bin/mvmath.py
Issue No.
Issues
1.
@@ -14,8 +14,9 @@
The text was updated successfully, but these errors were encountered: