From e0c6c0c03a5f7ecf2f3ae5af77117de36960b2f7 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 10 Mar 2026 17:17:32 +0100 Subject: [PATCH] Fix typo in __init__.py Partially fixes github issue #53 --- src/gerbolyze/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gerbolyze/__init__.py b/src/gerbolyze/__init__.py index 3ec7ae6..b21441d 100755 --- a/src/gerbolyze/__init__.py +++ b/src/gerbolyze/__init__.py @@ -93,7 +93,7 @@ def paste(input_gerbers, input_svg, output_gerbers, is_zip, continue if layer is None: - loggin.error(f' Corresponding overlay layer is non-empty, but the corresponding layer could not be found in the input gerbers. Skipping.') + logging.error(f' Corresponding overlay layer is non-empty, but the corresponding layer could not be found in the input gerbers. Skipping.') continue # only open lazily loaded layer if we need it. Replace lazy wrapper in stack with loaded layer.