diff options
| author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2017-01-02 19:16:56 +0100 |
|---|---|---|
| committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2017-01-02 19:16:56 +0100 |
| commit | ef3cc6b3fabb1032066e7c8ecfd67dc4e1169193 (patch) | |
| tree | 8bcd676df78fe0973daf921f6f1fda79a67fd2f7 /manual tests/4 standalone binaries | |
| parent | cdd05aa5dce3229dac09359303438ae98e1f100b (diff) | |
| download | meson-ef3cc6b3fabb1032066e7c8ecfd67dc4e1169193.tar.gz | |
style: fix E127 violations
E127: continuation line over-indented for visual indent
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'manual tests/4 standalone binaries')
| -rwxr-xr-x | manual tests/4 standalone binaries/build_windows_package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual tests/4 standalone binaries/build_windows_package.py b/manual tests/4 standalone binaries/build_windows_package.py index c676113f3..c361aa0db 100755 --- a/manual tests/4 standalone binaries/build_windows_package.py +++ b/manual tests/4 standalone binaries/build_windows_package.py @@ -23,10 +23,10 @@ libs = glob(os.path.join('build', sdl_dir, 'lib/x86/*')) # Sorry for this hack but this needs to work during development # when Meson is not in path. subprocess.check_call(['python3', r'..\..\meson.py', 'build', - '--backend=ninja', '--buildtype=release']) + '--backend=ninja', '--buildtype=release']) subprocess.check_call(['ninja'], cwd='build') shutil.copy('myapp.iss', 'build') subprocess.check_call([r'\Program Files\Inno Setup 5\ISCC.exe', 'myapp.iss'], - cwd = 'build') + cwd = 'build') shutil.copy('build/setup.exe', 'myapp 1.0.exe') shutil.rmtree('build') |
