Fikset en bug i placement.py.
This commit is contained in:
@@ -57,7 +57,7 @@ def print_all_shelves():
|
|||||||
|
|
||||||
def print_shelf_cmd(shelfname):
|
def print_shelf_cmd(shelfname):
|
||||||
if shelfname:
|
if shelfname:
|
||||||
print_shelf(shelfname, title=shelfname)
|
print_shelf(Placement.shelf_as_list(shelfname), title=shelfname)
|
||||||
else:
|
else:
|
||||||
print_all_shelves()
|
print_all_shelves()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user