gnutrition-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUtrition-commits] /srv/bzr/gnutrition/trunk r10: Removed 'gm' measure


From: Thomas Sinclair
Subject: [GNUtrition-commits] /srv/bzr/gnutrition/trunk r10: Removed 'gm' measure which was a hard-coded addition to the measure description
Date: Sat, 15 Sep 2012 18:37:11 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 10
committer: Thomas Sinclair <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-15 18:37:11 -0400
message:
  Removed 'gm' measure which was a hard-coded addition to the measure 
description
  returned from weight table query
modified:
  src/store.py
=== modified file 'src/store.py'
--- a/src/store.py      2012-07-27 01:47:47 +0000
+++ b/src/store.py      2012-09-15 22:37:11 +0000
@@ -108,4 +108,4 @@
         self.db.query("SELECT Msre_Desc FROM weight WHERE " +
             "NDB_No = '{0:d}'".format(fd_num))
         result = self.db.get_result()
-        return (('gm',),) + result
+        return result


reply via email to

[Prev in Thread] Current Thread [Next in Thread]