1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 18:59:16 +00:00

monitor for bad option

This commit is contained in:
deadc0de6
2019-02-12 08:41:28 +01:00
parent 9462d8be23
commit ad2d74e0f1
4 changed files with 34 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ def load_options(confpath, profile):
o.link = LinkTypes.NOLINK.value
o.install_showdiff = True
o.debug = True
o.dopts = ''
o.compare_dopts = ''
o.variables = {}
return o