mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 20:05:39 +00:00
adding ability to pass arguments to diff
This commit is contained in:
@@ -195,9 +195,9 @@ class Cfg:
|
||||
self.prodots[profile] = []
|
||||
self.prodots[profile].append(dotfile)
|
||||
|
||||
l = self.content[self.key_profiles][profile]
|
||||
if self.key_all not in l[self.key_profiles_dots]:
|
||||
l[self.key_profiles_dots].append(dotfile.key)
|
||||
ent = self.content[self.key_profiles][profile]
|
||||
if self.key_all not in ent[self.key_profiles_dots]:
|
||||
ent[self.key_profiles_dots].append(dotfile.key)
|
||||
return True
|
||||
|
||||
# adding the dotfile
|
||||
|
||||
Reference in New Issue
Block a user