We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74e74e commit 01c4a0dCopy full SHA for 01c4a0d
core/src/main/python/compare_model.py
@@ -268,7 +268,7 @@ def _parse_change_path(self, path):
268
269
attribute_names = []
270
attributes_location = self.aliases.get_model_section_attribute_location(path_tokens[0])
271
- if attributes_location:
+ if attributes_location is not None:
272
attribute_names = self.aliases.get_model_attribute_names(attributes_location)
273
274
if path_tokens[0] == KUBERNETES:
0 commit comments