From 9c60961a6e750a9ab139cac6dff0cb7412fc2659 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Dec 2022 10:51:16 +0000 Subject: [PATCH] Debug --- importFollowing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/importFollowing.py b/importFollowing.py index 1b8e0b5da..e8ce82deb 100644 --- a/importFollowing.py +++ b/importFollowing.py @@ -189,6 +189,8 @@ def _update_import_following(base_dir: str, except OSError: print('EX: unable to remove import 2 ' + line + ' from ' + import_filename) + print('FOLLOW: import sent follow to ' + line + + ' from ' + import_filename) return True return False