1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

fix missing variables

This commit is contained in:
deadc0de6
2020-07-13 21:37:53 +02:00
parent e3b7359b95
commit 7775184d06
4 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,6 @@ def load_options(confpath, profile):
o.import_link = LinkTypes.NOLINK
o.install_showdiff = True
o.debug = True
o.variables = {}
return o

View File

@@ -186,7 +186,6 @@ exec bspwm
o = load_options(confpath, profile)
o.safe = False
o.install_showdiff = True
o.variables = {}
cmd_install(o)
# now compare the generated files