mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 19:05:16 +00:00
fix empty ignore patterns
This commit is contained in:
@@ -54,6 +54,7 @@ class Importer:
|
|||||||
self.log = Logger(debug=self.debug)
|
self.log = Logger(debug=self.debug)
|
||||||
|
|
||||||
# patch ignore patterns
|
# patch ignore patterns
|
||||||
|
if ignore:
|
||||||
for ign in ignore:
|
for ign in ignore:
|
||||||
if ign.startswith('!'):
|
if ign.startswith('!'):
|
||||||
self.ignore.append(ign)
|
self.ignore.append(ign)
|
||||||
|
|||||||
Reference in New Issue
Block a user