From b551487f3deed8c84df183f0b3ab73223c5a62e1 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Mon, 11 Oct 2021 22:33:34 -0600 Subject: [PATCH] Squashme: command whitespace --- projects/hatctl/src/python/hatctl/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hatctl/src/python/hatctl/__main__.py b/projects/hatctl/src/python/hatctl/__main__.py index b661496..4e70202 100644 --- a/projects/hatctl/src/python/hatctl/__main__.py +++ b/projects/hatctl/src/python/hatctl/__main__.py @@ -977,6 +977,7 @@ if __name__ == "__main__": print("reset") sys.exit() print("Error: Unable to find Cluster CTRL device with that order") + elif (args == 3 and sys.argv[1] == "fan" and (sys.argv[2] == "on" or sys.argv[2] == "off")): # Turn all fan on/off