mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 13:42:59 +00:00
trans gets replaced with trans_read in dotfiles
This commit is contained in:
@@ -14,7 +14,7 @@ class Dotfile(DictParser):
|
||||
"""Represent a dotfile."""
|
||||
# dotfile keys
|
||||
key_noempty = 'ignoreempty'
|
||||
key_trans_r = 'trans'
|
||||
key_trans_r = 'trans_read'
|
||||
key_trans_w = 'trans_write'
|
||||
|
||||
def __init__(self, key, dst, src,
|
||||
|
||||
Reference in New Issue
Block a user