From a77d61abc7fcbf180a8091718f4a213009ff595d Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Mon, 27 Mar 2017 11:50:50 -0700 Subject: [PATCH] Column formatting for garden view --- menu_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu_screen.py b/menu_screen.py index d0b65ef..ad3247e 100644 --- a/menu_screen.py +++ b/menu_screen.py @@ -250,7 +250,7 @@ class CursedMenu(object): if this_garden[plant_id]: if not this_garden[plant_id]["dead"]: this_plant = this_garden[plant_id] - entry = "{:14} - {:>16} - {: 7}p - {}\n".format( + entry = "{:14} - {:>16} - {:>7}p - {}\n".format( this_plant["owner"], this_plant["age"], this_plant["score"],