forked from expo/troggle
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