mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Remove Puzzle app (now in Blockly Games).
This commit is contained in:
parent
70b9925218
commit
6748e43d30
295 changed files with 134 additions and 7534 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue