Skip to content

Commit 3e68a11

Browse files
remove bare exception
1 parent 7c98c38 commit 3e68a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

choose_l10n_ci_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def add_selected_mappings(mappings):
6666
.split(".")[1]
6767
.split("b")[1]
6868
)
69-
except:
69+
except ValueError:
7070
# failsafe version
7171
version = 0
7272
# get container index according to beta version

0 commit comments

Comments
 (0)