From c513486b5af919474ac1ba2c344835a7212b8ef4 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 26 Feb 2012 13:45:07 +0100 Subject: [PATCH] Made a fix in runner concerning profiling of the Portal. --- game/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/runner.py b/game/runner.py index c2df49edc..46f6fbb22 100644 --- a/game/runner.py +++ b/game/runner.py @@ -283,7 +283,7 @@ def main(): set_restart_mode(PORTAL_RESTART, False) print "\nStarting Evennia Portal in Daemon mode (output to portal logfile)." if options.pprof: - server_argv.extend(pprof_argv) + portal_argv.extend(pprof_argv) print "\nRunning Evennia Portal under cProfile." cycle_logfile(PORTAL_LOGFILE)