We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4c504 commit 3724dc1Copy full SHA for 3724dc1
pydifact/parser.py
@@ -56,7 +56,7 @@ def parse(
56
una_found = idx_una != -1
57
58
if una_found:
59
- characters = Characters.from_str("UNA" + message[idx_una + 3 : idx_una + 9])
+ characters = Characters.from_str("UNA" + message[idx_una + 3: idx_una + 9])
60
61
# remove the UNA segment from the string,
62
# ignore everything before UNA because it should be the first segment if una_found.
0 commit comments