Skip to content

Commit

Permalink
undo unexpected change
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed Mar 26, 2024
1 parent da2be57 commit 0bc3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/__init__.py
Expand Up @@ -154,7 +154,7 @@ def __new__(mcs, name, bases, attrs):
else:
pluginSections = pm.hook.defineBlueprintsSections()
for plug in pluginSections:
for attrName, section, resolver in plug:
for (attrName, section, resolver) in plug:
assert isinstance(section, yamlize.Attribute)
if attrName in attrs:
raise plugins.PluginError(
Expand Down

0 comments on commit 0bc3d9c

Please sign in to comment.