Skip to content

Commit

Permalink
Fix black formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 8, 2023
1 parent 1764ffd commit d947e15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion milatools/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit d947e15

Please sign in to comment.