Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Feb 8, 2025
1 parent 59c8e05 commit 5e3a7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/reactor/blueprints/blockBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ def construct(
# their blueprints are probably wrong
if len([i for i in idsInGrid if i == str(latticeID)]) == 0:
raise ValueError(
f"latticeID {latticeID} in block blueprint '{self.name}' is expected to be present in the "
"associated block grid. "
f"latticeID {latticeID} in block blueprint '{self.name}' is expected "
"to be present in the associated block grid. "
"Check that the component's latticeIDs align with the block's grid."
)

Expand Down

0 comments on commit 5e3a7ac

Please sign in to comment.