From 6231f67139f64e71fdb0893d86ff3308572d46d8 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 21 Feb 2023 22:48:14 +0100 Subject: Fix tests --- gerbonara/rs274x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gerbonara/rs274x.py') diff --git a/gerbonara/rs274x.py b/gerbonara/rs274x.py index 3d28cc6..3efb825 100644 --- a/gerbonara/rs274x.py +++ b/gerbonara/rs274x.py @@ -88,7 +88,7 @@ class GerberFile(CamFile): # dedup apertures new_apertures = {} replace_apertures = {} - mock_settings = FileSettings() + mock_settings = FileSettings.defaults() for ap in self.apertures + other.apertures: gbr = ap.to_gerber(mock_settings) if gbr not in new_apertures: -- cgit