Skip to content

Commit

Permalink
diagram: deleted optional splines true
Browse files Browse the repository at this point in the history
  • Loading branch information
rlevchenko committed Dec 26, 2023
1 parent d0a98ce commit 26b5fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagram/diagram-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
graph_attributes = {
"fontsize": "9",
"orientation": "portrait",
"splines":"spline",
"splines": "true"
"splines":"spline"
}

node_attributes = {
Expand Down Expand Up @@ -88,6 +87,7 @@
check_upload_status - Edge(label="\n NO \n", tailport="e", headport="w", **edge_attributes ) - \
upload_error - write_upload_error - Edge(tailport="s", headport="n") - end
#---------------#

#-----------------------------------------------------------
# Support the project: https://diagrams.mingrammer.com/
#-----------------------------------------------------------

0 comments on commit 26b5fa0

Please sign in to comment.