[gettor/master] Adapt MakeStat.py to reflect the new directory structure

3 Mar
2012
3 Mar
'12
11:46 a.m.
commit a7e6f36fe3a6453964159714d1fbf309efd0abf2 Author: Christian Fromme <kaner@strace.org> Date: Sat Mar 3 12:45:48 2012 +0100 Adapt MakeStat.py to reflect the new directory structure --- MakeStat.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MakeStat.py b/MakeStat.py index f5ddf70..a34d59b 100644 --- a/MakeStat.py +++ b/MakeStat.py @@ -70,7 +70,7 @@ def main(): stats = {} config = gettor.config.Config() - logDir = os.path.join(config.BASEDIR, "log") + logDir = os.path.join(config.BASEDIR, "var", "log") logFilePattern = os.path.join(logDir, config.LOGFILE + "*.log") fileList = glob.glob(logFilePattern) fileList = sorted(fileList)
4846
Age (days ago)
4846
Last active (days ago)
0 comments
1 participants
participants (1)
-
kaner@torproject.org