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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user