Todor Minakov
Todor Minakov
> We have a well defined API that already supports stopping execution altogether and other special exceptions. Can you please point me to something in that direction, I thought `robot.api.FatalError`...
`os.path.join()` does work as expected, it is supposed to break the concatenation at the first absolute path. [From the docs:](https://docs.python.org/2/library/os.path.html) > If a component is an absolute path, all previous...
I wasn't aware of the previously logged issues, so apologies for the duplicate. Obviously the current behavior is raising concerns in the users so changing the default for the TRY...