1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 08:19:17 +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
new.append(ignore)
continue
# patch upignore
# patch ignore
path = os.path.join(prefix, ignore)
new.append(path)
if debug: