Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce15ae commit de47838Copy full SHA for de47838
1 file changed
misc/bazel/internal/install.py
@@ -86,10 +86,6 @@ def rmdir(dir: pathlib.Path):
86
rmdir(destdir)
87
88
89
-class RetryException(Exception):
90
- pass
91
-
92
93
attempts = 0
94
success = False
95
while attempts < 3 and not success:
0 commit comments