Skip to content

Commit 3010a3f

Browse files
authored
Update gbr.py
1 parent 2bec6d2 commit 3010a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

padmet/utils/gbr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Type(Enum):
9696
Opening = r"\("
9797
Closing = r"\)"
9898
Other = "" # used as start-state
99-
EndOfFile = r"\0"
99+
EndOfFile = "\0"
100100

101101

102102
class Command(Enum):

0 commit comments

Comments
 (0)