I just saw this:
|
if 'build_spec' in node.keys(): |
|
node_hash = node[hash_type] |
|
else: |
|
node_hash = node[hash_type] |
Should this be indexing something else if build_spec is found as a key? Or just nix the if and always look for that hash? It seems to do the same thing either way.