chore: minor

This commit is contained in:
Benny Megidish
2024-12-05 09:52:10 +02:00
parent 5c5b59d520
commit fba8f8bab2
+1
View File
@@ -72,6 +72,7 @@ def get_plot_plan(board, active_only=True):
layers.append((layer_std_name, i, layer_name))
return layers
def get_layer_names(board, active_only=True):
"""Returns a list of (active) layer names of the current board"""
plotPlan = get_plot_plan(board, active_only)