diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-02 21:15:24 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-02 21:15:24 +0000 |
commit | 601fc2cffc9f22187762c5ac362ee095c5d71dde (patch) | |
tree | 5603a0041887f4e79f46f4cba7f109c8e69b93ba /core/models/caves.py | |
parent | af50d4912dd088d34ab73030efe7e3cc5505a9c2 (diff) | |
download | troggle-601fc2cffc9f22187762c5ac362ee095c5d71dde.tar.gz troggle-601fc2cffc9f22187762c5ac362ee095c5d71dde.tar.bz2 troggle-601fc2cffc9f22187762c5ac362ee095c5d71dde.zip |
WORKING Dj2.2.24 & 2.2.25 py3.7
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index d023f48..6a07748 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -56,7 +56,7 @@ def writetrogglefile(filepath, filecontent): #os.chmod(filepath, 0o664) # set file permissions to rw-rw-r-- # should replace .call with .run and capture_output=True call([git, "add", filename], cwd=cwd) - call([git, "commit", "-m", 'Online cave or entrance edit'], cwd=cwd) + call([git, "commit", "-m", 'Troggle online cave or entrance edit'], cwd=cwd) class Area(TroggleModel): |