Revision 11ed5cdc

b/snf-common/synnefo/lib/db/xctx.py
124 124
                            raise
125 125
                        else:
126 126
                            trigger_postprocess = True
127
                else:
128
                    # postprocess,
129
                    # even if there was nothing to commit
127

  
128
                # postprocess,
129
                # even if there was nothing to commit
130
                # as long as it's not marked for rollback
131
                elif not self.ctx.is_marked_rollback():
130 132
                    trigger_postprocess = True
131 133
        finally:
132 134
            transaction.leave_transaction_management(using=db)

Also available in: Unified diff