mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
6d2dc44c8a
commit
9c60961a6e
|
@ -189,6 +189,8 @@ def _update_import_following(base_dir: str,
|
||||||
except OSError:
|
except OSError:
|
||||||
print('EX: unable to remove import 2 ' + line +
|
print('EX: unable to remove import 2 ' + line +
|
||||||
' from ' + import_filename)
|
' from ' + import_filename)
|
||||||
|
print('FOLLOW: import sent follow to ' + line +
|
||||||
|
' from ' + import_filename)
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue