We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724445d commit 3ea4007Copy full SHA for 3ea4007
test/libs/Logging.py
@@ -36,6 +36,7 @@ def logging_both_to_stdout_and_stderr(self, *messages):
36
stream = sys.stdout if index % 2 == 0 else sys.stderr
37
stream.write(msg)
38
39
+
40
if __name__ == '__main__':
41
from robotremoteserver import RobotRemoteServer
42
0 commit comments