mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 11:24:16 +00:00
fix C0201
This commit is contained in:
@@ -1308,7 +1308,7 @@ class CfgYaml:
|
|||||||
|
|
||||||
# the included profiles
|
# the included profiles
|
||||||
inc_profiles = []
|
inc_profiles = []
|
||||||
if self._profile and self._profile in self.profiles.keys():
|
if self._profile and self._profile in self.profiles:
|
||||||
pentry = self.profiles.get(self._profile)
|
pentry = self.profiles.get(self._profile)
|
||||||
inc_profiles = pentry.get(self.key_profile_include, [])
|
inc_profiles = pentry.get(self.key_profile_include, [])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user