From 601fc2cffc9f22187762c5ac362ee095c5d71dde Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 2 Mar 2022 21:15:24 +0000 Subject: WORKING Dj2.2.24 & 2.2.25 py3.7 --- core/models/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models/caves.py') 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): -- cgit v1.2.3