summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-13 00:18:30 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-13 00:18:30 +0100
commit304bbd230a1b801069cfce259c6ad0f25d48116c (patch)
tree2e3a87bee5c3505696f1c4d0e6e13d247550de7b /core/utils.py
parentca1df94be55f321b581a6384679ff50bcb15346e (diff)
downloadtroggle-304bbd230a1b801069cfce259c6ad0f25d48116c.tar.gz
troggle-304bbd230a1b801069cfce259c6ad0f25d48116c.tar.bz2
troggle-304bbd230a1b801069cfce259c6ad0f25d48116c.zip
deprecated non-raw regex
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,