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

Issue: pycscope -i 'srclistfile' python 3.7 #35

Open
cjhawes opened this issue Oct 4, 2018 · 0 comments
Open

Issue: pycscope -i 'srclistfile' python 3.7 #35

cjhawes opened this issue Oct 4, 2018 · 0 comments
Assignees
Labels
bug py3 Or and related to Python 3 work
Milestone

Comments

@cjhawes
Copy link

cjhawes commented Oct 4, 2018

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.

@portante portante added bug py3 Or and related to Python 3 work labels Oct 18, 2019
@portante portante self-assigned this Oct 18, 2019
@portante portante added this to the Kili milestone Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug py3 Or and related to Python 3 work
Projects
None yet
Development

No branches or pull requests

2 participants