From a34c90dee3a9375934fc512a9b659904fb7a8240 Mon Sep 17 00:00:00 2001 From: eblade Date: Thu, 5 Mar 2009 18:43:00 -0500 Subject: [PATCH] git still pisses me off --- pyfpdb/Hud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 34d1b0cf..05696a9d 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -85,7 +85,7 @@ class Hud: # do we need to add some sort of condition here for dealing with a request for a font that doesn't exist? game_params = config.get_game_parameters(self.poker_game) - if not game_params['aux'] == "": + if not game_params['aux'] == [""]: for aux in game_params['aux']: aux_params = config.get_aux_parameters(aux) my_import = importName(aux_params['module'], aux_params['class'])