Mathias Markl
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
muk_fields_lobject/controllers/main.py
|
@ -56,7 +56,7 @@ class LargeObjectController(http.Controller): |
|
|
if not obj or not obj.exists() or field not in obj: |
|
|
if not obj or not obj.exists() or field not in obj: |
|
|
_logger.info(str(not obj)) |
|
|
_logger.info(str(not obj)) |
|
|
_logger.info(str(not obj.exists())) |
|
|
_logger.info(str(not obj.exists())) |
|
|
_logger.info(str(field not in obj))) |
|
|
|
|
|
|
|
|
_logger.info(str(field not in obj)) |
|
|
return request.not_found() |
|
|
return request.not_found() |
|
|
try: |
|
|
try: |
|
|
last_update = obj['__last_update'] |
|
|
last_update = obj['__last_update'] |
|
|