1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

ignoreempty is false per default (#281)

This commit is contained in:
deadc0de6
2020-11-04 09:30:38 +01:00
parent d932371491
commit 01d6a1c773

View File

@@ -43,7 +43,7 @@ class Settings(DictParser):
def __init__(self, backup=True, banner=True,
create=True, default_actions=[], dotpath='dotfiles',
ignoreempty=True, import_actions=[], import_configs=[],
ignoreempty=False, import_actions=[], import_configs=[],
import_variables=[], keepdot=False,
link_dotfile_default=LinkTypes.NOLINK,
link_on_import=LinkTypes.NOLINK, longkey=False,