Fikset en bug i placement.py.

This commit is contained in:
Øyvind Bergland Leknes 2011-03-05 22:15:21 +00:00
parent 401faddde2
commit eaa2f211de

View File

@ -57,7 +57,7 @@ def print_all_shelves():
def print_shelf_cmd(shelfname):
if shelfname:
print_shelf(shelfname, title=shelfname)
print_shelf(Placement.shelf_as_list(shelfname), title=shelfname)
else:
print_all_shelves()