mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 02:49:20 +00:00
ignoreempty is false per default (#281)
This commit is contained in:
@@ -43,7 +43,7 @@ class Settings(DictParser):
|
|||||||
|
|
||||||
def __init__(self, backup=True, banner=True,
|
def __init__(self, backup=True, banner=True,
|
||||||
create=True, default_actions=[], dotpath='dotfiles',
|
create=True, default_actions=[], dotpath='dotfiles',
|
||||||
ignoreempty=True, import_actions=[], import_configs=[],
|
ignoreempty=False, import_actions=[], import_configs=[],
|
||||||
import_variables=[], keepdot=False,
|
import_variables=[], keepdot=False,
|
||||||
link_dotfile_default=LinkTypes.NOLINK,
|
link_dotfile_default=LinkTypes.NOLINK,
|
||||||
link_on_import=LinkTypes.NOLINK, longkey=False,
|
link_on_import=LinkTypes.NOLINK, longkey=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user