about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicho Healey <richo@psych0tik.net>2015-01-27 01:05:14 -0800
committerRicho Healey <richo@psych0tik.net>2015-01-27 01:26:03 -0800
commitbbb2871bfba427654d70592f0f4fa0d1806a3fa0 (patch)
tree8b818e6abdb62fc7c66c418474009703eb4fdb70
parent888a14908806d8f0fc60ff4df44aad6e761d3d00 (diff)
downloadrust-bbb2871bfba427654d70592f0f4fa0d1806a3fa0.tar.gz
rust-bbb2871bfba427654d70592f0f4fa0d1806a3fa0.zip
Fix PEP8 for generate-keyword-tests
-rwxr-xr-xsrc/etc/generate-keyword-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/generate-keyword-tests.py b/src/etc/generate-keyword-tests.py
index bf421513cba..937c231a473 100755
--- a/src/etc/generate-keyword-tests.py
+++ b/src/etc/generate-keyword-tests.py
@@ -56,4 +56,4 @@ for kw in sys.argv[1:]:
         f.write(template % (datetime.datetime.now().year, kw, kw))
 
     # mark file read-only
-    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)