Skip to content

Commit

Permalink
minore update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Feb 19, 2024
1 parent 2bf878a commit fa948c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thermosteam/_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def tailor_valve_node(node, unit): # pragma: no coverage
# TODO: Remove this fallback once fix for valve svg output in digraph.py
node.clear()
node.update(box_node)
node['name'] = ''
node['fillcolor'] = tmo.preferences.unit_color
node['fontcolor'] = tmo.preferences.unit_label_color
node['color'] = tmo.preferences.unit_periphery_color
Expand Down

0 comments on commit fa948c8

Please sign in to comment.