Revision 2984
Added by Aaron Marcuse-Kubitza over 12 years ago
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
Removed extra trailing whitespace