mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 05:39:43 +00:00
ensure workdir is defined
This commit is contained in:
@@ -1215,6 +1215,8 @@ class CfgYaml:
|
||||
if not yamldict[self.key_settings]:
|
||||
# configs empty
|
||||
return
|
||||
|
||||
# check settings values
|
||||
settings = yamldict[self.key_settings]
|
||||
if self.key_settings_link_dotfile_default not in settings:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user