From 96e3c45e291a61c337eb56721cbc85d089e998fd Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 23 Feb 2017 15:01:48 -0500 Subject: [PATCH] It's FILE not PATH Change-Id: I5fc656d0739ff5b0b0d127d97bfc89528107b674 --- zuul/ansible/library/zuul_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/ansible/library/zuul_console.py b/zuul/ansible/library/zuul_console.py index 5d1333f705..3c488cac91 100644 --- a/zuul/ansible/library/zuul_console.py +++ b/zuul/ansible/library/zuul_console.py @@ -158,7 +158,7 @@ class Server(object): def test(): - s = Server(LOG_STREAM_PATH, LOG_STREAM_PORT) + s = Server(LOG_STREAM_FILE, LOG_STREAM_PORT) s.run()