[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819
Sebastian Krzyszkowiak
seba.dos1 at gmail.com
Sat Aug 6 08:17:49 UTC 2011
The following commit has been merged in the debian branch:
commit fa3c5537efce3154a097f30c7a048c910fffff42
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Mon Aug 10 22:57:36 2009 +0200
opimd: Dates: fix syntax error
diff --git a/framework/subsystems/opimd/pimd_dates.py b/framework/subsystems/opimd/pimd_dates.py
index 340cd00..f626be0 100644
--- a/framework/subsystems/opimd/pimd_dates.py
+++ b/framework/subsystems/opimd/pimd_dates.py
@@ -329,7 +329,7 @@ class DateDomain(Domain, GenericDomain):
end = True
#TODO: raise correct error
- if !(begin and end):
+ if not (begin and end):
raise InvalidQueryID( "Begin or End field missing" )
return self.add(entry_data)
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list