mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 05:55:47 +00:00
add pyflakes and fix errors
This commit is contained in:
@@ -12,8 +12,8 @@ class Dotfile:
|
||||
|
||||
def __init__(self, key, dst, src,
|
||||
actions={}, trans_r=None, trans_w=None,
|
||||
link=LinkTypes.NOLINK, cmpignore=[], noempty=False,
|
||||
upignore=[]):
|
||||
link=LinkTypes.NOLINK, cmpignore=[],
|
||||
noempty=False, upignore=[]):
|
||||
"""constructor
|
||||
@key: dotfile key
|
||||
@dst: dotfile dst (in user's home usually)
|
||||
|
||||
Reference in New Issue
Block a user