Skip all exception for files_make_public_t
This commit is contained in:
parent
8dbb046aad
commit
8faa6c7384
@ -573,7 +573,7 @@ def files_make_public_t():
|
|||||||
blob.make_public()
|
blob.make_public()
|
||||||
except InternalServerError:
|
except InternalServerError:
|
||||||
print("Internal Server Error")
|
print("Internal Server Error")
|
||||||
else:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user