diff --git a/build.py b/build.py index 8a56ab6ae..89c5134f8 100755 --- a/build.py +++ b/build.py @@ -309,7 +309,7 @@ goog.provide('Blockly.utils.string'); def file_lookup(name): if not name.startswith("Input_"): return "???" - n = int(name[6:]) - 1 + n = int(name[6:]) return filenames[n] if "serverErrors" in json_data: