mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:17:08 +00:00
Detect unwriteable file permissions earlier
This commit is contained in:
@@ -144,6 +144,9 @@ def dwgupload(request, folder=None, gitdisable='no'):
|
||||
|
||||
actual_saved = []
|
||||
refused = []
|
||||
|
||||
# GIT see also core/views/expo.py editexpopage()
|
||||
# GIT see also core/models/cave.py writetrogglefile()
|
||||
if gitdisable != 'yes': # set in url 'dwguploadnogit/'
|
||||
git = settings.GIT
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user