fix merge error
This commit is contained in:
parent
301348eb5e
commit
515557d45e
|
@ -291,9 +291,9 @@ class HUD_main(object):
|
||||||
log.error(_('Table "%s" no longer exists\n') % table_name)
|
log.error(_('Table "%s" no longer exists\n') % table_name)
|
||||||
return
|
return
|
||||||
|
|
||||||
t6 = time.time()
|
# t6 = time.time()
|
||||||
log.info(_("HUD_main.read_stdin: hand read in %4.3f seconds (%4.3f,%4.3f,%4.3f,%4.3f,%4.3f,%4.3f)")
|
# log.info(_("HUD_main.read_stdin: hand read in %4.3f seconds (%4.3f,%4.3f,%4.3f,%4.3f,%4.3f,%4.3f)")
|
||||||
% (t6 - t0,t1 - t0,t2 - t0,t3 - t0,t4 - t0,t5 - t0,t6 - t0))
|
# % (t6 - t0,t1 - t0,t2 - t0,t3 - t0,t4 - t0,t5 - t0,t6 - t0))
|
||||||
self.db_connection.connection.rollback()
|
self.db_connection.connection.rollback()
|
||||||
if type == "tour":
|
if type == "tour":
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user