summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/utils.py b/core/utils.py
index 88a4b1b..99acfb3 100644
--- a/core/utils.py
+++ b/core/utils.py
@@ -264,8 +264,7 @@ def writetrogglefile(filepath, filecontent):
filename = filepath.name
git = settings.GIT
- # as the wsgi process www-data, we have group write-access but are not owner, so cannot chmod.
- # do not trap exceptions, pass them up to the view that called this function
+ # do not trap exceptions, pass them up to the view that called this function
print(f"WRITING{cwd}---{filename} ")
with open(filepath, "w") as f:
f.write(filecontent)