Digit reco w raporcie
This commit is contained in:
parent
217057456f
commit
10548ec900
@ -16,5 +16,5 @@ def assigning(product_code_path, shelfs):
|
|||||||
name = product_code_path[1].split("/")
|
name = product_code_path[1].split("/")
|
||||||
name = name[2][:len(name[2])-4]
|
name = name[2][:len(name[2])-4]
|
||||||
|
|
||||||
print("Product:", product_code_path, "is on", c.x, c.y)
|
print("Product:", name, "is on", c.x, c.y)
|
||||||
return c
|
return c
|
||||||
|
Loading…
Reference in New Issue
Block a user