Merge pull request #202 from robertbaldyga/dont-use-log-before-its-crated
tests: Don't use log before it's created
This commit is contained in:
commit
8cef2b41b0
@ -26,8 +26,7 @@ sys.path.append(plugins_dir)
|
||||
try:
|
||||
from test_wrapper import plugin as test_wrapper
|
||||
except ImportError as e:
|
||||
TestRun.LOGGER.info(str(e))
|
||||
pass
|
||||
print(e)
|
||||
|
||||
|
||||
class OpencasPlugin(metaclass=Singleton):
|
||||
|
Loading…
Reference in New Issue
Block a user