mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 08:10:07 +00:00
refactor
This commit is contained in:
@@ -366,7 +366,7 @@ class CfgYaml:
|
|||||||
res = []
|
res = []
|
||||||
for p in paths:
|
for p in paths:
|
||||||
if not self._is_glob(p):
|
if not self._is_glob(p):
|
||||||
res.extend([p])
|
res.append(p)
|
||||||
continue
|
continue
|
||||||
p = os.path.expanduser(p)
|
p = os.path.expanduser(p)
|
||||||
new = glob.glob(p)
|
new = glob.glob(p)
|
||||||
|
|||||||
Reference in New Issue
Block a user