From 409037bdf34742a1eee9b77cc50c5670035d6163 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 5 Apr 2021 14:01:15 +0100 Subject: tiny tidyings --- core/views/statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/statistics.py') diff --git a/core/views/statistics.py b/core/views/statistics.py index 9d5cd16..1f11bed 100644 --- a/core/views/statistics.py +++ b/core/views/statistics.py @@ -61,7 +61,7 @@ def pathsreport(request): pathstype = { # "BOGUS" : type(settings.BOGUS), "JSLIB_URL" : type(settings.JSLIB_URL), - "JSLIB_ROOT" : str( settings.JSLIB_ROOT), + "JSLIB_ROOT" : type( settings.JSLIB_ROOT), # "CSSLIB_URL" : type(settings.CSSLIB_URL), "CAVEDESCRIPTIONS" : type(settings.CAVEDESCRIPTIONS), "DIR_ROOT" : type(settings.DIR_ROOT), -- cgit v1.2.3