##// END OF EJS Templates
fix bug introduced in b13a98bd078e
Benoit Boissinot -
r2617:0b4bff2b default
parent child Browse files
Show More
@@ -3308,7 +3308,7 b' def dispatch(args):'
3308 except (util.SignalInterrupt, KeyboardInterrupt):
3308 except (util.SignalInterrupt, KeyboardInterrupt):
3309 raise
3309 raise
3310 except Exception, inst:
3310 except Exception, inst:
3311 u.warn(_("*** failed to import extension %s: %s\n") % (x[0], inst))
3311 u.warn(_("*** failed to import extension %s: %s\n") % (ext_name, inst))
3312 if u.print_exc():
3312 if u.print_exc():
3313 return 1
3313 return 1
3314
3314
General Comments 0
You need to be logged in to leave comments. Login now