From 5adac57ca9db620a1614bd2500c71ea69e51e185 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 19 Mar 2013 10:42:50 +0100 Subject: [PATCH] Trivial style update --- lib/core/agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/agent.py b/lib/core/agent.py index c165b70e5..89e216c59 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -339,8 +339,7 @@ class Agent(object): if field: rootQuery = queries[Backend.getIdentifiedDbms()] - if field.startswith("(CASE") or field.startswith("(IIF") or\ - conf.noCast: + if field.startswith("(CASE") or field.startswith("(IIF") or conf.noCast: nulledCastedField = field else: if not (Backend.isDbms(DBMS.SQLITE) and not isDBMSVersionAtLeast('3')):