Code style

This commit is contained in:
Maks Snegov 2021-10-23 00:22:04 +03:00
parent 05ecd09f57
commit da228dfb99

View File

@ -13,7 +13,6 @@ from typing import Iterable
_lg = logging.getLogger(__name__)
# *deleting will_be_deleted
# >f.st.... .gitignore
# >f+++++++ LICENSE
@ -99,6 +98,7 @@ def copy_file(src, dst):
try: os.close(fin)
except: pass
def copy_direntry(entry: os.DirEntry, dst_path):
""" Non-recursive DirEntry (file, dir or symlink) copy. """
if entry.is_dir():