Changeset 10621


Ignore:
Timestamp:
11 Sep 2013, 10:36:35 (11 years ago)
Author:
Henrik Bettermann
Message:

Fix wrong indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/reports/session_results_presentation.py

    r10620 r10621  
    154154            pdf_data += [Paragraph('<strong>%s</strong>' % gpa_class_name,
    155155                         STYLE["Normal"])]
    156             table_data = [('Student Id', 'Matric No.', 'Name')]
    157                           + self.data[gpa_class]
     156            table_data = [('Student Id', 'Matric No.', 'Name')] + self.data[gpa_class]
    158157            pdf_data += [Table(table_data, style=TABLE_STYLE)]    #, colWidths=col_widths)]
    159158            gpa_class += 1
Note: See TracChangeset for help on using the changeset viewer.