1
0
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:
deadc0de6
2018-05-02 21:08:52 +02:00
parent 927d76779f
commit f68ddeb06f
4 changed files with 24 additions and 8 deletions

View File

@@ -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):