From d8ff4a468b7299a370905b5c12c62393e369c61a Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 29 Dec 2021 22:03:33 +0100 Subject: Fix some failing tests --- gerbonara/gerber/aperture_macros/parse.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gerbonara/gerber/aperture_macros') diff --git a/gerbonara/gerber/aperture_macros/parse.py b/gerbonara/gerber/aperture_macros/parse.py index 35cb6c2..f1e2150 100644 --- a/gerbonara/gerber/aperture_macros/parse.py +++ b/gerbonara/gerber/aperture_macros/parse.py @@ -76,6 +76,8 @@ class ApertureMacro: primitive = ap.PRIMITIVE_CLASSES[int(primitive)](unit=unit, args=args) macro.primitives.append(primitive) + return macro + @property def name(self): if self._name is not None: -- cgit