Skip to content

Commit 250c214

Browse files
committed
fix label indexing method
1 parent b02f3a8 commit 250c214

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
@@ -660,7 +660,7 @@ def vstack(brick1, brick2, target=None, margin=None, direction="t", adjust=True)
660660
labels = None
661661
else:
662662
labels = list(brick1.bricks_dict.keys())
663-
elsw:
663+
else:
664664
brick1_bricks_dict = brick1.bricks_dict
665665
labels = None
666666

0 commit comments

Comments
 (0)