commit-gnue
[Top][All Lists]
Advanced

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

gnue/reports/src GRLayout.py


From: Jason Cater
Subject: gnue/reports/src GRLayout.py
Date: Sat, 06 Apr 2002 21:13:34 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/04/06 21:13:31

Modified files:
        reports/src    : GRLayout.py 

Log message:
        stoopid error

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/GRLayout.py.diff?cvsroot=OldCVS&tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: gnue/reports/src/GRLayout.py
diff -c gnue/reports/src/GRLayout.py:1.18 gnue/reports/src/GRLayout.py:1.19
*** gnue/reports/src/GRLayout.py:1.18   Sat Apr  6 20:20:36 2002
--- gnue/reports/src/GRLayout.py        Sat Apr  6 21:13:31 2002
***************
*** 295,302 ****
  
        while section:
  
          # Process the current data row starting at correct section
!         section.process(dest, mapper, isfirst=(oldSection == section))
  
          # Determine the next section to process our data.
          # (i.e., handle section grouping)
--- 295,310 ----
  
        while section:
  
+ 
+         try:
+           print "OldSection = %s" % oldSection.name
+         except:
+           print "OldSection = None"
+           
+         print "Section = %s" % section.name
+ 
          # Process the current data row starting at correct section
!         section.process(dest, mapper, isfirst=(oldSection != section))
  
          # Determine the next section to process our data.
          # (i.e., handle section grouping)



reply via email to

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