mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Extra \n.
This commit is contained in:
parent
a4bb12a436
commit
2ce58d252b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user