summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils.py')
-rw-r--r--core/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py
index deca124..84a8191 100644
--- a/core/utils.py
+++ b/core/utils.py
@@ -40,7 +40,7 @@ TROG = {
}
}
-# This is module-level executable. This is a Bad Thing.
+# This is module-level executable. This is a Bad Thing. Especially when it touches the file system.
try:
logging.basicConfig(level=logging.DEBUG,
filename=settings.LOGFILE,