Skip to content

Commit

Permalink
htree: Fix a tiny typo
Browse files Browse the repository at this point in the history
Signed-off-by: gatecat <[email protected]>
  • Loading branch information
gatecat committed Jan 19, 2024
1 parent bf9ce73 commit 9e37064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/src/plugins/block/spares.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def isUsedArea ( spares, area, rtag, raiseError ):
continue
trace( 540, '\t| Overlap {}\n'.format(occurrence.getEntity()) )
if raiseError:
raise Error%essage( 1, [ 'QuadTree.create(): Unable to create QuadTree under area {}' \
raise ErrorMessage( 1, [ 'QuadTree.create(): Unable to create QuadTree under area {}' \
.format(area)
, 'Area center is under fixed block {}' .format()
] )
Expand Down

0 comments on commit 9e37064

Please sign in to comment.