Handle all exception for files_make_public_t
This commit is contained in:
parent
b093f9fd7c
commit
8dbb046aad
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user