Project

General

Profile

« Previous | Next » 

Revision 3458

sql_gen.py: ExcHandler.to_str(): Removed extra newline after body

View differences:

lib/sql_gen.py
490 490
        
491 491
        str_ = '''\
492 492
BEGIN
493
'''+body.to_str(db)+'''
493
'''+body.to_str(db)+'''\
494 494
EXCEPTION
495 495
    WHEN '''+self.exc+''' THEN'''+handler_str+'''
496 496
END;\

Also available in: Unified diff