Browse Source

Merge 6acca01de9 into c2c24c69b8

pull/959/merge
Vadim Kharitonov 2 weeks ago
committed by GitHub
parent
commit
c9a05fb55d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      diagrams/__init__.py

+ 1
- 1
diagrams/__init__.py View File

@@ -517,7 +517,7 @@ class Edge:
for o in other:
if isinstance(o, Edge):
o.forward = forward if forward else o.forward
o.reverse = forward if forward else o.reverse
o.reverse = reverse if reverse else o.reverse
self._attrs = o.attrs.copy()
result.append(o)
else:


Loading…
Cancel
Save