mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Extra \n.
This commit is contained in:
parent
a4bb12a436
commit
2ce58d252b
@ -55,7 +55,7 @@ def configure(advanced):
|
|||||||
|
|
||||||
def tracer(frame, event, _):
|
def tracer(frame, event, _):
|
||||||
if event == 'call':
|
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):
|
class Debug(privmsgs.CapabilityCheckingPrivmsg):
|
||||||
|
Loading…
Reference in New Issue
Block a user