From 256a6932c3eef45908c5e6d29552d0f35b76c4e7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 21 Feb 2024 13:29:12 +0100 Subject: Centralize printing of subpaths --- pnote/tools/tool.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pnote/tools/tool.py') diff --git a/pnote/tools/tool.py b/pnote/tools/tool.py index 5aa7901..5764a72 100644 --- a/pnote/tools/tool.py +++ b/pnote/tools/tool.py @@ -6,3 +6,6 @@ class Tool: def run(self, project, args): pass + + def printsubpath(self, subpath): + print("======= "+subpath+" =======") -- cgit v1.2.3