Skip to content

Commit

Permalink
mm: reformated the message generated when the anchor makefile is foun…
Browse files Browse the repository at this point in the history
…d in a parent directory
  • Loading branch information
aivazis committed Jul 7, 2023
1 parent 6bc6dd0 commit 34e8d30
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34e8d30

Please sign in to comment.