mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 17:20:05 +00:00
Refactoring - What did it cost? Everything
This commit is contained in:
@@ -460,7 +460,7 @@ class Cfg:
|
|||||||
|
|
||||||
if self.key_all in dots:
|
if self.key_all in dots:
|
||||||
# add all if key ALL is used
|
# add all if key ALL is used
|
||||||
self.prodots[k] = list(self.dotfiles.values())
|
self.prodots[name] = list(self.dotfiles.values())
|
||||||
else:
|
else:
|
||||||
# add the dotfiles
|
# add the dotfiles
|
||||||
for d in dots:
|
for d in dots:
|
||||||
|
|||||||
Reference in New Issue
Block a user