From: Matt Johnston Date: Thu, 18 Aug 2005 12:26:06 +0000 (+0000) Subject: forgot a space X-Git-Url: https://git.ucc.asn.au/?p=zanchey%2Fdispense2.git;a=commitdiff_plain;h=43d3383a86478b56de1933a31eb7b6d6a03e449b forgot a space --- diff --git a/sql-edition/servers/VendServer.py b/sql-edition/servers/VendServer.py index ccee841..3c42908 100755 --- a/sql-edition/servers/VendServer.py +++ b/sql-edition/servers/VendServer.py @@ -105,7 +105,7 @@ def scroll_options(username, mk, welcome = False): c = c.strip() (slot_num, price, slot_name) = c.split(' ', 2) if slot_name == 'dead': continue - choices += '%s-(%sc)-%s8'%(slot_name, price, slot_num) + choices += '%s-(%sc)-%s8 '%(slot_name, price, slot_num) # we don't want to print snacks for now since it'll be too large # and there's physical bits of paper in the machine anyway - matt