You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run # stop the build if there are Python syntax errors or undefined names
10
./openVulnQuery/_library/_compatibility.py:2:23: F821 undefined name 'basestring'
11
string_or_bytes = basestring
12
^
13
1 F821 undefined name 'basestring'
The text was updated successfully, but these errors were encountered:
Also several tests were failing because of the mock module. In newer versions of Python from unittest import mock should be used instead. Thank you @mschuele2
Run # stop the build if there are Python syntax errors or undefined names
10
./openVulnQuery/_library/_compatibility.py:2:23: F821 undefined name 'basestring'
11
string_or_bytes = basestring
12
^
13
1 F821 undefined name 'basestring'
The text was updated successfully, but these errors were encountered: