DEBUG | Checking: c:\Users\matt\Programming\Git\Ka-Boost\vendor\KUnit\build\robot.ini
C:\Users\matt\Programming\Fanuc\rossum\\rossum.py:267: DeprecationWarning: The 'warn' method is
deprecated, use 'warning' instead
"source space".format(ROBOT_INI_NAME))
WARNING | No robot.ini in CWD, and no alternative provided, trying source space
DEBUG | Checking: c:\Users\matt\Programming\Git\Ka-Boost\vendor\KUnit\src\robot.ini
INFO | Found robot.ini in source space
C:\Users\matt\Programming\Fanuc\rossum\\rossum.py:286: DeprecationWarning: The 'warn' method is
deprecated, use 'warning' instead
"settings!".format(ROBOT_INI_NAME))
this can be fixed by changing 'log.warn' to 'log.warning', but might conflict with python2 instances.
Logger debug output in python3 is:
this can be fixed by changing 'log.warn' to 'log.warning', but might conflict with python2 instances.