main
Bob Mottram 2022-12-10 10:51:16 +00:00
parent 6d2dc44c8a
commit 9c60961a6e
1 changed files with 2 additions and 0 deletions

View File

@ -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