[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:21 UTC 2011
The following commit has been merged in the debian branch:
commit 9bc9b30358037708171b5d707a757eb53b570603
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Fri Jul 10 22:19:03 2009 +0200
opimd: SQLite-Calls: fix typos
diff --git a/framework/subsystems/opimd/pimb_sqlite_calls.py b/framework/subsystems/opimd/pimb_sqlite_calls.py
index 247c37e..96321a7 100644
--- a/framework/subsystems/opimd/pimb_sqlite_calls.py
+++ b/framework/subsystems/opimd/pimb_sqlite_calls.py
@@ -130,9 +130,9 @@ class SQLiteCallBackend(Backend):
for line in lines:
entry = {}
for key in keys:
- if key in floatKeys:
+ if keys[key] in floatKeys:
entry[keys[key]] = float(line[key])
- elif key in intKeys:
+ elif keys[key] in intKeys:
entry[keys[key]] = int(line[key])
else:
entry[keys[key]] = line[key]
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list