jan: thuban/Thuban/UI classgen.py,1.30.2.2,1.30.2.3
cvs@intevation.de
cvs at intevation.de
Tue Sep 28 22:21:36 CEST 2004
Author: jan
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv12558
Modified Files:
Tag: thuban-1-0-branch
classgen.py
Log Message:
(GenQuantilesPanel.GetList): Fixed a missing-bracket bug.
Index: classgen.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/classgen.py,v
retrieving revision 1.30.2.2
retrieving revision 1.30.2.3
diff -u -d -r1.30.2.2 -r1.30.2.3
--- classgen.py 22 Apr 2004 15:52:13 -0000 1.30.2.2
+++ classgen.py 28 Sep 2004 20:21:34 -0000 1.30.2.3
@@ -879,7 +879,7 @@
#
for i in range(table.NumRows()):
_list.append(table.ReadValue(i, self.fieldName,
- row_is_ordinal = True)
+ row_is_ordinal = True))
finally:
ThubanEndBusyCursor()
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)