Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
no need to quote
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 21, 2016
1 parent 4935200 commit c8c3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neubot_runtime/poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _run_task(func, args):
''' Safely run task '''
#logging.debug('poller: run_task: %s, %s', func, args)
try:
sys.stderr.write("\n\n# EVENT: calling func `%s`\n\n" % str(func).replace("<", "&lt;").replace(">", "&gt;"))
sys.stderr.write("\n\n# EVENT: calling func `%s`\n\n" % func)
sys.setprofile(PROFILER.notify_event)
if args:
func(args)
Expand Down

0 comments on commit c8c3f13

Please sign in to comment.