[Teammetrics-discuss] Broken config file

Sukhbir Singh sukhbir.in at gmail.com
Tue Nov 17 04:13:39 UTC 2015


Uhm, for some reason I can't push to the repository. I will diagnose
that later but here is the (only) change:

diff --git a/liststat.py b/liststat.py
index 1efabaa..ed372bf 100755
--- a/liststat.py
+++ b/liststat.py
@@ -42,7 +42,7 @@ import spamfilter
 PROJECT_DIR = 'teammetrics'

 CONF_FILE = 'listinfo.conf'
-CONF_SAVE_DIR = '/etc'
+CONF_SAVE_DIR = 'etc'
 CONF_PATH = os.path.join(CONF_SAVE_DIR, PROJECT_DIR)
 CONF_FILE_PATH = os.path.join(CONF_PATH, CONF_FILE)



More information about the Teammetrics-discuss mailing list