Skip to content

Commit 29ee35f

Browse files
committed
Correct report
1 parent 0c3f3be commit 29ee35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SparkFunKiCadPanelizer/panelizer/panelizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ def startPanelizer(self, args, board=None, ordering=None, logger=None):
12101210

12111211
# Finally, refill the zones
12121212
# This prevents the badness reported in #21
1213-
report += "Zones filled by Panelizer.\n"
1213+
report += "Zones refilled by Panelizer.\n"
12141214
fillerTool = pcbnew.ZONE_FILLER(board)
12151215
fillerTool.Fill(board.Zones())
12161216

0 commit comments

Comments
 (0)