From 4f3ce661eedc9d3b5c71f0f86aad616059fc251d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 20 Aug 2012 03:34:54 +0200 Subject: derp --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index d59e781..605fb78 100755 --- a/ponysay +++ b/ponysay @@ -903,7 +903,7 @@ class Backend(): else: (w, h) = (0, 0) props = dollar[7:] - if len(props) == 0: + if len(props) > 0: if ',' in props: if props[0] is not ',': w = int(props[:props.index(',')]) -- cgit