aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
diff options
context:
space:
mode:
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>2016-12-31 20:04:39 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-01-01 12:02:05 -0500
commitef608f217dbd0cb7f263162c5a067d6cde8aac13 (patch)
treecbdbabcee4c6c003cca0a03b894b25fffb07645d /mesontest.py
parent2017d8578af20d2f82cefb3a91889a15105c06b2 (diff)
downloadmeson-ef608f217dbd0cb7f263162c5a067d6cde8aac13.zip
meson-ef608f217dbd0cb7f263162c5a067d6cde8aac13.tar.gz
meson-ef608f217dbd0cb7f263162c5a067d6cde8aac13.tar.bz2
style: fix E222 violations
E222: multiple spaces after operator Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'mesontest.py')
-rwxr-xr-xmesontest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesontest.py b/mesontest.py
index 240b4f7..88d0527 100755
--- a/mesontest.py
+++ b/mesontest.py
@@ -346,7 +346,7 @@ class TestHarness:
logfile = None
try:
if not self.options.verbose:
- jsonlogfile = open(jsonlogfilename, 'w')
+ jsonlogfile = open(jsonlogfilename, 'w')
logfile = open(logfilename, 'w')
logfile.write('Log of Meson test suite run on %s.\n\n' %
datetime.datetime.now().isoformat())