Skip to content

Commit 9a468c5

Browse files
committed
Bugfix for cBrick
1 parent da47147 commit 9a468c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patchworklib/patchworklib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ def __or__(self, other):
15611561

15621562
def __truediv__(self, other):
15631563
self.comeback()
1564-
other.combeback()
1564+
other.comeback()
15651565
if other._type == "spacer":
15661566
return other.__rtruediv__(self)
15671567

0 commit comments

Comments
 (0)