Skip to content

Commit dbb9c81

Browse files
authored
Update build-index.py
1 parent ec0c163 commit dbb9c81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/build-index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def create_symlink(shortname, spec_folder):
135135
# ------------------------------------------------------------------------------
136136

137137

138-
bikeshed.constants.setErrorLevel("nothing")
138+
bikeshed.messages.state.dieOn = "nothing"
139139

140140
specgroups = defaultdict(list)
141141
timestamps = defaultdict(list)
@@ -204,4 +204,4 @@ def create_symlink(shortname, spec_folder):
204204
<script>
205205
window.location.href = "https://drafts.csswg.org";
206206
</script>
207-
""")
207+
""")

0 commit comments

Comments
 (0)