RIDE icon indicating copy to clipboard operation
RIDE copied to clipboard

Library import by physical path as a directory for Python Libraries

Open serhatbolsu opened this issue 10 years ago • 0 comments

RF support importing libraries by folder path. If the library is directory RIDE can not handle that case.

RF Documentation about feature

They explain as:

  • If Python library is implemented as a directory, the path to it must have a trailing forward slash (/)

Example::

*** Settings ***
Library    relative/path/PythonDirLib/    possible    arguments

This feature would be very nice addition while especially improving directory python libraries.

Thank you

serhatbolsu avatar Sep 16 '15 20:09 serhatbolsu