mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-09 13:30:44 +02:00
lmXuu_info() bugfix. ball_bearing_info() bugfix.
This commit is contained in:
@@ -223,7 +223,7 @@ function ball_bearing_info(trade_size) =
|
||||
],
|
||||
found = search([trade_size], data, 1)[0]
|
||||
)
|
||||
assert(found, str("Unsupported ball bearing trade size: ", trade_size))
|
||||
assert(found!=[], str("Unsupported ball bearing trade size: ", trade_size))
|
||||
select(data[found], 1, -1);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user