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