Skip to content

Commit

Permalink
Merge branch 'hotfix/empty-pt'
Browse files Browse the repository at this point in the history
  • Loading branch information
JeltevanBoheemen committed Dec 3, 2024
2 parents 08d08d4 + b43b1e9 commit 0c4a2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sastadev/Sziplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def isrealnode(node: SynTree) -> bool:
result = False
elif isvcinforppart(node):
result = False
elif rel == 'svp' and pt in node.attrib:
elif rel == 'svp' and 'pt' in node.attrib:
result = False
elif isindexnode(node):
result = False
Expand Down

0 comments on commit 0c4a2c1

Please sign in to comment.