1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 12:54:18 +00:00
This commit is contained in:
deadc0de6
2019-06-15 18:51:26 +02:00
parent 1bcce68d06
commit ba2deb56f1

View File

@@ -163,7 +163,7 @@ def patch_ignores(ignores, prefix, debug=False):
# is glob # is glob
new.append(ignore) new.append(ignore)
continue continue
# patch upignore # patch ignore
path = os.path.join(prefix, ignore) path = os.path.join(prefix, ignore)
new.append(path) new.append(path)
if debug: if debug: