Project

General

Profile

« Previous | Next » 

Revision 2984

Removed extra trailing whitespace

View differences:

sql.py
419 419
    
420 420
    debug_msg_ref = None # usually, db.run_query() logs query before running it
421 421
    # But if filtering with log_ignore_excs, wait until after exception parsing
422
    if log_ignore_excs != () or not db.can_mogrify(): debug_msg_ref = [None] 
422
    if log_ignore_excs != () or not db.can_mogrify(): debug_msg_ref = [None]
423 423
    
424 424
    try:
425 425
        try:

Also available in: Unified diff