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

Upgrade Readiness App fail #27

Open
rgalloway3 opened this issue Apr 11, 2022 · 1 comment
Open

Upgrade Readiness App fail #27

rgalloway3 opened this issue Apr 11, 2022 · 1 comment

Comments

@rgalloway3
Copy link

rgalloway3 commented Apr 11, 2022

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

  1. .../bin/mvmath.py

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,)
@colptx
Copy link

colptx commented Sep 28, 2022

version 1.8.0 seems to fix this issue. I am getting an warning for jQuery check now. You?

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

No branches or pull requests

2 participants