Extra \n.

This commit is contained in:
Jeremy Fincher 2004-08-23 23:09:12 +00:00
parent a4bb12a436
commit 2ce58d252b

View File

@ -55,7 +55,7 @@ def configure(advanced):
def tracer(frame, event, _):
if event == 'call':
print '%s: %s\n' % (frame.f_code.co_filename, frame.f_code.co_name)
print '%s: %s' % (frame.f_code.co_filename, frame.f_code.co_name)
class Debug(privmsgs.CapabilityCheckingPrivmsg):