Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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()