#204: Fixed file upload return failure handling for generated apps

This commit is contained in:
frikky
2021-01-21 15:15:29 +01:00
parent 2947e1d57e
commit 08f2d14319
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ class AppBase:
for item in value:
print("VALUE: %s" % item)
if len(item) != 36:
print("Bad length for value")
print("Bad length for file value %s" % item)
continue
#return {
# "filename": "",