mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 10:27:27 +00:00
WORKING Dj2.2.24 & 2.2.25 py3.7
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user