We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e80ba6 commit 02f5d38Copy full SHA for 02f5d38
scripts/readme-gen/readme_gen.py
@@ -34,7 +34,7 @@
34
35
36
def get_help(file):
37
- return subprocess.check_output(['python', file, '--help'])
+ return subprocess.check_output(['python', file, '--help']).decode()
38
39
40
def main():
0 commit comments