mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 23:39:16 +00:00
deprecated trans_r/w for install/update
This commit is contained in:
@@ -121,7 +121,7 @@ class TestUpdate(unittest.TestCase):
|
||||
# retrieve the path of the sub in the dotpath
|
||||
d1indotpath = os.path.join(opt.dotpath, dotfile.src)
|
||||
d1indotpath = os.path.expanduser(d1indotpath)
|
||||
dotfile.trans_w = trans
|
||||
dotfile.trans_update = trans
|
||||
|
||||
# update template
|
||||
opt.update_path = [d3t]
|
||||
|
||||
Reference in New Issue
Block a user