Skip to content

Commit

Permalink
Update parse_submission.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Nov 6, 2023
1 parent 17eb47f commit fd5b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/parse_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def parse_submission(data: Optional[dict] = None) -> dict:
blueprint = loads(data['blueprint'])
except JSONDecodeError:
print(f'Unable to parse blueprint as JSON')
print(f'{blueprint=!r}')
print(f'{data["blueprint"]=!r}')
sys_exit(1)

# Clean up description
Expand Down

0 comments on commit fd5b65c

Please sign in to comment.