1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 05:04:17 +00:00

Refactoring - What did it cost? Everything

This commit is contained in:
Davide Laezza
2019-04-28 22:11:15 +02:00
parent a32b43bf2f
commit 85383d61e5

View File

@@ -460,7 +460,7 @@ class Cfg:
if self.key_all in dots:
# add all if key ALL is used
self.prodots[k] = list(self.dotfiles.values())
self.prodots[name] = list(self.dotfiles.values())
else:
# add the dotfiles
for d in dots: