From 7911173ccc44432251fc88fc513771f64d6b9f1a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 22 Nov 2005 05:04:56 +0000 Subject: [PATCH] Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-admin git-svn-id: http://code.djangoproject.com/svn/django/trunk@1346 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/handlers/profiler-hotshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/core/handlers/profiler-hotshot.py b/django/core/handlers/profiler-hotshot.py index 953cf0a722..6cf94b0c00 100644 --- a/django/core/handlers/profiler-hotshot.py +++ b/django/core/handlers/profiler-hotshot.py @@ -1,7 +1,7 @@ import hotshot, time, os from django.core.handlers.modpython import ModPythonHandler -PROFILE_DATA_DIR = "/var/log/cmsprofile/" +PROFILE_DATA_DIR = "/var/log/cmsprofile" def handler(req): '''