diff --git a/dotdrop/config.py b/dotdrop/config.py index 43e5c72..656fc4f 100644 --- a/dotdrop/config.py +++ b/dotdrop/config.py @@ -101,7 +101,7 @@ class Cfg: self.content[self.key_profiles] = {} self.profiles = self.content[self.key_profiles] for k, v in self.profiles.items(): - if not v[self.key_profiles_dots]: + if v[self.key_profiles_dots] is None: v[self.key_profiles_dots] = [] # parse the configs