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 Mar 16, 2024
1 parent 87ed86f commit 04f6a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build/parse_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,6 @@ def parse_blueprint_set():
print(f'{"-"*25}\n{submission=}\n{"-"*25}')

bp_set = create_new_set(**submission)
print(f'Created Set[{bp_set.id}] {bp_set.name} with {len(bp_set.blueprints)} Blueprints')
bp_ids = [blueprint.id for blueprint in bp_set.blueprints]
print(f'Created Set "{bp_set.name}" with {len(bp_set.blueprints)} Blueprints{bp_ids}')

0 comments on commit 04f6a1f

Please sign in to comment.