mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 00:09:02 +00:00
fix bug when including dotfiles
This commit is contained in:
@@ -132,7 +132,7 @@ class Cfg:
|
|||||||
continue
|
continue
|
||||||
dots = v[self.key_profiles_dots]
|
dots = v[self.key_profiles_dots]
|
||||||
if len(dots) == 1 and dots == [self.key_all]:
|
if len(dots) == 1 and dots == [self.key_all]:
|
||||||
self.prodots[k] = self.dotfiles.values()
|
self.prodots[k] = list(self.dotfiles.values())
|
||||||
else:
|
else:
|
||||||
self.prodots[k].extend([self.dotfiles[d] for d in dots])
|
self.prodots[k].extend([self.dotfiles[d] for d in dots])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user