We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101cc85 commit 4f4febcCopy full SHA for 4f4febc
monkay/core.py
@@ -188,7 +188,7 @@ def evaluate_settings(
188
if onetime and initial_settings_evaluated:
189
return True
190
# don't access settings when there is nothing to evaluate
191
- if not self.settings_extensions_name and not self.settings_extensions_name:
+ if not self.settings_preloads_name and not self.settings_extensions_name:
192
self.settings_evaluated = True
193
194
0 commit comments