From 8faa6c7384eef927af25a8550af53f9fd3f8a87a Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Fri, 26 Feb 2016 21:41:46 +0100 Subject: [PATCH] Skip all exception for files_make_public_t --- pillar/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/manage.py b/pillar/manage.py index d7352689..103317b3 100644 --- a/pillar/manage.py +++ b/pillar/manage.py @@ -573,7 +573,7 @@ def files_make_public_t(): blob.make_public() except InternalServerError: print("Internal Server Error") - else: + except Exception: pass