From d947e15b854aebe474293981540e35b4d30c34d9 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Wed, 8 Nov 2023 12:22:02 -0500 Subject: [PATCH] Fix black formatting issue Signed-off-by: Fabrice Normandin --- milatools/cli/commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/milatools/cli/commands.py b/milatools/cli/commands.py index 90052016..5f5b6332 100644 --- a/milatools/cli/commands.py +++ b/milatools/cli/commands.py @@ -50,7 +50,9 @@ def main(): - if sys.platform != "win32" and get_fully_qualified_name().endswith(".server.mila.quebec"): + if sys.platform != "win32" and get_fully_qualified_name().endswith( + ".server.mila.quebec" + ): exit( "ERROR: 'mila ...' should be run on your local machine and not on the Mila cluster" )