1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 03:54:47 +00:00
This commit is contained in:
deadc0de6
2023-08-09 22:30:43 +02:00
committed by deadc0de
parent 1b98a698c9
commit 503b35924e

View File

@@ -304,6 +304,9 @@ def _cp(src, dst, ignore_func=None, debug=False):
return
if not os.path.isfile(src):
# ignore special files
if debug:
LOG.dbg(f'ignore special file \"{src}\"',
force=True)
return
dstdir = os.path.dirname(dst)
if debug: