mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 09:37:56 +00:00
adding more debugging info
This commit is contained in:
@@ -23,7 +23,7 @@ class Dotfile:
|
||||
self.trans = trans
|
||||
|
||||
def __str__(self):
|
||||
return 'key:%s, src: %s, dst: %s, link: %s' % (self.key, self.src,
|
||||
return 'key:\"%s\", src:\"%s\", dst:\"%s\", link:\"%s\"' % (self.key, self.src,
|
||||
self.dst, self.link)
|
||||
|
||||
def __eq__(self, other):
|
||||
|
||||
Reference in New Issue
Block a user