1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 00:45:38 +00:00
This commit is contained in:
deadc0de6
2019-06-02 12:01:09 +02:00
parent 239f802228
commit 936f919062

View File

@@ -366,7 +366,7 @@ class CfgYaml:
res = []
for p in paths:
if not self._is_glob(p):
res.extend([p])
res.append(p)
continue
p = os.path.expanduser(p)
new = glob.glob(p)