Revision 88f5242e snf-astakos-app/astakos/im/management/commands/project-list.py

b/snf-astakos-app/astakos/im/management/commands/project-list.py
128 128
            if preds:
129 129
                chains = filter_preds(preds, chains)
130 130

  
131
        labels = ('ProjID', 'Name', 'Owner', 'Email', 'Status',
132
                  'Pending AppID')
131
        labels = ('ProjID', 'Name', 'Owner', 'Status', 'Pending AppID')
133 132

  
134 133
        info = chain_info(chains)
135 134
        utils.pprint_table(self.stdout, info, labels,
......
160 159
        pending_appid = pending_app.id if pending_app is not None else ""
161 160
        application = project.application
162 161

  
163
        t = (project.pk,
162
        t = (project.uuid,
164 163
             application.name,
165
             application.owner.realname,
166 164
             application.owner.email,
167 165
             status,
168 166
             pending_appid,

Also available in: Unified diff