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
However, we see that the first line of bp4dbg.py explicitly reads
#!/usr/bin/env python3
So the problem has been caused by running a python2 linter on python3 code.
There are two options: Either drop the requirement of using python3 in these files, and go through and slap the from __future__ import print_function all over, or use the Python3 linter on python3 code. The fix in #2379 takes the latter approach.
Beginning in this build, we have a build failure:
Some low-effort triaging suggests that this might be the issue.
The text was updated successfully, but these errors were encountered: