mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:39:43 +00:00
Save LinkType enum in opts
This commit is contained in:
@@ -12,6 +12,7 @@ import tempfile
|
||||
|
||||
from dotdrop.config import Cfg
|
||||
from dotdrop.utils import *
|
||||
from dotdrop.linktypes import LinkTypes
|
||||
|
||||
TMPSUFFIX = '.dotdrop'
|
||||
|
||||
@@ -87,8 +88,7 @@ def load_config(confpath, profile):
|
||||
opts['profile'] = profile
|
||||
opts['safe'] = True
|
||||
opts['installdiff'] = True
|
||||
opts['link'] = False
|
||||
opts['link_children'] = False
|
||||
opts['link'] = LinkTypes.NOLINK.value
|
||||
opts['showdiff'] = True
|
||||
opts['debug'] = True
|
||||
opts['dopts'] = ''
|
||||
|
||||
Reference in New Issue
Block a user