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
Libraries with "duplicate" names, like the DateTime, are imported incorrectly --> intellibot seems to find the first matching class (which in my case is the DateTime class in the xmlrpclib.py standard python library)
*** Settings ***
Library DateTime
When I click on jump-to-source on that Library definition it takes me to that xmlrpclib.py source file.
As a result all features (jump-to-source, code completion, etc) for the keywords in the RF DateTime library are not working.
The text was updated successfully, but these errors were encountered:
Problem still present. Valid for Process, DateTime standard libraries.
Plugin Version: 0.10.143.381
IDE:
PyCharm Community Edition 2016.3.2
Build #PC-163.10154.50, built on December 28, 2016
JRE: 1.8.0_112-release-408-b6 x86
JVM: OpenJDK Server VM by JetBrains s.r.o
Libraries with "duplicate" names, like the
DateTime
, are imported incorrectly --> intellibot seems to find the first matching class (which in my case is theDateTime
class in thexmlrpclib.py
standard python library)When I click on jump-to-source on that Library definition it takes me to that
xmlrpclib.py
source file.As a result all features (jump-to-source, code completion, etc) for the keywords in the RF
DateTime
library are not working.The text was updated successfully, but these errors were encountered: