From: Matt Johnston Date: Thu, 18 Aug 2005 12:26:06 +0000 (+0000) Subject: forgot a space X-Git-Tag: IMPORT-FROM-UCCCVS~26 X-Git-Url: https://git.ucc.asn.au/?p=uccvend-vendserver.git;a=commitdiff_plain;h=45d3a9ca9b5e4ed164f4d09bf2fda71a5c17433d 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