Skip to content

Commit

Permalink
Fixed bug adding the signature to the palette
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Aug 12, 2022
1 parent 7e7a2c2 commit a6404d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xml2palette/xml2palette.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def params_to_nodes(params):
block_dag = build_block_dag(vertices, [], data_fields=BLOCKDAG_DATA_FIELDS)

# write the output json file
write_palette_json(outputfile, nodes, gitrepo, version, block_dag.signature)
write_palette_json(outputfile, nodes, gitrepo, version, block_dag['signature'])
logging.info("Wrote " + str(len(nodes)) + " component(s)")

# cleanup the output directory
Expand Down

0 comments on commit a6404d1

Please sign in to comment.