diff --git a/kiplot/bom/units.py b/kiplot/bom/units.py index 943ce335..b698a1ef 100644 --- a/kiplot/bom/units.py +++ b/kiplot/bom/units.py @@ -149,17 +149,17 @@ def comp_match(component): # def component_value(valString): -# +# # result = comp_match(valString) -# +# # if not result: # return valString # Return the same string back -# +# # if not len(result) == 2: # Result length is incorrect # return valString -# +# # val = result[0] -# +# # return val