Handle all exception for files_make_public_t
This commit is contained in:
@@ -572,6 +572,8 @@ def files_make_public_t():
|
|||||||
print("Making blob public: {0}".format(blob.path))
|
print("Making blob public: {0}".format(blob.path))
|
||||||
blob.make_public()
|
blob.make_public()
|
||||||
except InternalServerError:
|
except InternalServerError:
|
||||||
|
print("Internal Server Error")
|
||||||
|
else:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user