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
I recommend adding the following immediately before the try statement. It's not ideal to change incoming text, but the alternative is that aster is not reliable. This whole issue arose because the OpenDevin project references binary characters in at least one docstring.
I am using ast to parse a python file. Then using astor to print a specific function. When the function has the following docstring
it is converted to
by astor.
This causes the python code to fail pylint because the docstring is no longer correct.
P.S. The \x00 in the python comment is part of a longer comment that discusses binary data.
The text was updated successfully, but these errors were encountered: