mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 14:58:48 +00:00
trans_r and trans_w are not list anymore
This commit is contained in:
@@ -118,7 +118,7 @@ class TestUpdate(unittest.TestCase):
|
||||
# retrieve the path of the sub in the dotpath
|
||||
d1indotpath = os.path.join(o.dotpath, dotfile.src)
|
||||
d1indotpath = os.path.expanduser(d1indotpath)
|
||||
dotfile.trans_w = [trans]
|
||||
dotfile.trans_w = trans
|
||||
|
||||
# update template
|
||||
o.update_path = [d3t]
|
||||
|
||||
Reference in New Issue
Block a user