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 b07e1bd commit 49ed14dCopy full SHA for 49ed14d
git_fleximod/cli.py
@@ -17,7 +17,7 @@ def print_help(self, file=None):
17
for path in candidate_paths:
18
if os.path.exists(path):
19
with open(path) as f:
20
- print( f.read_text(encoding="utf-8"), file=file)
+ print( f.read(), file=file)
21
return
22
print( "README.md not found.", file=file)
23
0 commit comments