diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-02-21 13:29:12 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-02-21 13:29:12 +0100 |
| commit | 256a6932c3eef45908c5e6d29552d0f35b76c4e7 (patch) | |
| tree | 8d0a093cd4fadb49c4cc2938eb2bed54a813e064 /pnote/tools/tool.py | |
| parent | e8b7eaf6255ce94660fd0e66e2da24a01bf651d9 (diff) | |
Centralize printing of subpaths
Diffstat (limited to 'pnote/tools/tool.py')
| -rw-r--r-- | pnote/tools/tool.py | 3 |
1 files changed, 3 insertions, 0 deletions
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+" =======") |
