From bb25260f001c741d419f5732da4431a548b0749d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 21 Sep 2017 11:48:30 -0400 Subject: flake8: Perform suggested whitespace/formatting changes This only touches newlines, spaces, and (occaisionally) commas. Anything else is left for another commit. --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 2626931..b217714 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1946,7 +1946,7 @@ cpu = 'armv7' # Not sure if correct. endian = 'little' ''' % os.path.join(testdir, 'some_cross_tool.py')) crossfile.flush() - self.init(testdir, ['--cross-file='+crossfile.name]) + self.init(testdir, ['--cross-file=' + crossfile.name]) def test_reconfigure(self): testdir = os.path.join(self.unit_test_dir, '13 reconfigure') -- cgit v1.1