mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Remove Puzzle app (now in Blockly Games).
This commit is contained in:
@@ -61,7 +61,7 @@ def read_json_file(filename):
|
||||
return defs
|
||||
except ValueError, e:
|
||||
print('Error reading ' + filename)
|
||||
raise InputError(file, str(e))
|
||||
raise InputError(filename, str(e))
|
||||
|
||||
|
||||
def _create_qqq_file(output_dir):
|
||||
|
||||
Reference in New Issue
Block a user