Code style
This commit is contained in:
parent
05ecd09f57
commit
da228dfb99
@ -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():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user