Handle all exception for files_make_public_t

This commit is contained in:
Francesco Siddi 2016-02-26 19:27:31 +01:00
parent b093f9fd7c
commit 8dbb046aad

View File

@ -572,6 +572,8 @@ def files_make_public_t():
print("Making blob public: {0}".format(blob.path))
blob.make_public()
except InternalServerError:
print("Internal Server Error")
else:
pass