1
0
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:
deadc0de6
2019-06-09 17:50:06 +02:00
parent acc2c83e22
commit 9df3522a17
3 changed files with 12 additions and 3 deletions

View File

@@ -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,