Skip to content

Commit

Permalink
Update function argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Jan 22, 2025
1 parent a53b716 commit 9e24882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/converters/geometryConverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ def convert(self, r):
self.listOfVolIntegratedParamsToScale,
_,
) = _generateListOfParamsToScale(
self._sourceReactor, paramsToScaleSubset=[]
self._sourceReactor.core, paramsToScaleSubset=[]
)

for b in a:
Expand Down

0 comments on commit 9e24882

Please sign in to comment.