mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 00:45:38 +00:00
refactor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user