Skip to content

Commit

Permalink
change default value from None to empty ""
Browse files Browse the repository at this point in the history
  • Loading branch information
albeanth committed May 3, 2023
1 parent ed9c525 commit 3dd6346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/blockParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def buGroupNum(self, buGroupNum): # pylint: disable=method-hidden
"axialExpTargetComponent",
units="",
description="The name of the target component used for axial expansion and contraction of solid components.",
default=None,
default="",
saveToDB=True,
)

Expand Down

0 comments on commit 3dd6346

Please sign in to comment.