We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df62f75 commit 177c4afCopy full SHA for 177c4af
1 file changed
harp/schema.py
@@ -9,7 +9,7 @@
9
10
def _read_common_registers() -> Registers:
11
file = resources.files(__package__) / "common.yml"
12
- with file.open("rt") as fileIO:
+ with file.open("r") as fileIO:
13
return parse_yaml_raw_as(Registers, fileIO.read())
14
15
0 commit comments