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

PyCharm doesn't recognize this library #77

Closed
ecarmiel opened this issue Jul 2, 2019 · 1 comment · Fixed by #86
Closed

PyCharm doesn't recognize this library #77

ecarmiel opened this issue Jul 2, 2019 · 1 comment · Fixed by #86

Comments

@ecarmiel
Copy link

ecarmiel commented Jul 2, 2019

Hi
I install using pip install the library and added to Pycharm project Interpreter (version 1.0.0) .
When i use the keywords in pycharm (like GET ,Output ) doesn't recognize them and puts red line under them
Running the robot does work and library sends requests.
is there any way to fix this ?

@Dorwald
Copy link

Dorwald commented Jul 16, 2019

@ecarmiel
Hi.
There is "name=None" in decorator "@Keyword(....)" before all keywords. I did not figure out why this was done, but erasing it helps for pyCharm and IntelliBot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants