From 34e8d30ea4b6cc11b989fe9b9747b75d38741e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20A=C3=AFv=C3=A1zis?= Date: Fri, 7 Jul 2023 09:42:58 +0300 Subject: [PATCH] mm: reformated the message generated when the anchor makefile is found in a parent directory --- mm.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mm.py b/mm.py index 446ae64..29c9117 100755 --- a/mm.py +++ b/mm.py @@ -768,8 +768,12 @@ def locateAnchor(self, root): channel = self.info # complain channel.line(f"no '{local}' in '{origin}'") - channel.line(f"-- found one in '{anchor}'") - channel.log("-- launching from there") + channel.indent() + channel.line(f"found one in '{anchor}'") + channel.line(f"launching from there") + channel.outdent() + # flush + channel.log() # if we couldn't find a makefile else: # set {anchor} to the project {root} directory