1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 16:24:16 +00:00
This commit is contained in:
deadc0de6
2019-05-31 19:25:48 +02:00
parent 05072f2f38
commit a90fc32c15
4 changed files with 12 additions and 9 deletions

View File

@@ -144,6 +144,7 @@ def load_options(confpath, profile):
args = _fake_args()
args['--cfg'] = confpath
args['--profile'] = profile
args['--debug'] = True
# and get the options
o = Options(args=args)
o.profile = profile