1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 06:19:17 +00:00

fix diverse bugs

This commit is contained in:
deadc0de6
2019-06-02 19:42:53 +02:00
parent 55778f7959
commit ba93547ea0
5 changed files with 56 additions and 19 deletions

View File

@@ -253,7 +253,6 @@ class CfgAggregator:
def get_dotfile_by_dst(self, dst):
"""get a dotfile by dst"""
dst = self.path_to_dotfile_dst(dst)
try:
return next(d for d in self.dotfiles if d.dst == dst)
except StopIteration: