From 8c7cd1d337e7795a12a31f7210b3e40b881f0855 Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Thu, 10 Oct 2024 16:32:11 +0300 Subject: [PATCH] Fix broken tables --- openlane/steps/step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlane/steps/step.py b/openlane/steps/step.py index 8b24632ed..85114a25f 100644 --- a/openlane/steps/step.py +++ b/openlane/steps/step.py @@ -679,7 +679,7 @@ def get_help_md( #### Configuration Variables | Variable Name | Type | Description | Default | Units | Deprecated Names | - | - | - | - | - | - | + | - | - | - | - | - | - | """ ) for var in set(Self.config_vars):