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 888a149 commit bbb2871Copy full SHA for bbb2871
src/etc/generate-keyword-tests.py
@@ -56,4 +56,4 @@
56
f.write(template % (datetime.datetime.now().year, kw, kw))
57
58
# mark file read-only
59
- os.chmod(test_file, stat.S_IRUSR|stat.S_IRGRP|stat.S_IROTH)
+ os.chmod(test_file, stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH)
0 commit comments