From 85edc1210eec0573bd2ca8dc552545c824e35826 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 6 Jul 2018 13:47:43 -0400 Subject: [PATCH] Fix syntax issue --- libremanage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libremanage b/libremanage index c47c4a6..1c00ece 100755 --- a/libremanage +++ b/libremanage @@ -118,7 +118,7 @@ def set_server_power(state, server): def open_tty(s): if s["tty"]["uncolor"]: # Broken serial port, workaround TTY garbage with libremanage-serial - subprocess.run(["libremanage-serial", s["name"]) + subprocess.run(["libremanage-serial", s["name"]]) else: # Use native GNU screen return open_ssh(s, "screen " + s["tty"]["file"] + " " + str(s["tty"]["baud"]), force_tty=True), -- 2.25.1