Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit d04a06d

Browse files
committed
Fix poetry issue now that we merged the bugfix from main.
1 parent 60a48c8 commit d04a06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/selfie-lib/selfie_lib/SnapshotValueReader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SnapshotValueReader:
6262
KEY_END = " ═╗"
6363
FLAG_BASE64 = " ═╗ base64"
6464
name_esc = PerCharacterEscaper.specified_escape("\\\\[(])\nn\tt╔┌╗┐═─")
65-
body_esc = PerCharacterEscaper.self_escape("\uD801\uDF43\uD801\uDF41")
65+
body_esc = PerCharacterEscaper.self_escape("\ud801\udf43\ud801\udf41")
6666

6767
def __init__(self, line_reader: LineReader):
6868
self.line_reader = line_reader

0 commit comments

Comments
 (0)