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
When executing pycscope -i 'srclistfile' an error occurs.
It seems that the string.rstrip section of line 118 in init.py brings up the error "string has no attribute rstrip".
I personally fixed this by changing that section to read "str.rstrip" and now the -i function works fine.
The text was updated successfully, but these errors were encountered:
When executing pycscope -i 'srclistfile' an error occurs.
It seems that the string.rstrip section of line 118 in init.py brings up the error "string has no attribute rstrip".
I personally fixed this by changing that section to read "str.rstrip" and now the -i function works fine.
The text was updated successfully, but these errors were encountered: