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