diff options
author | Alistair Thomas <astavale@yahoo.co.uk> | 2017-05-27 13:43:33 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-29 19:32:47 +0300 |
commit | a195b78c8ded169f180d8bd6b437f52d47ce7bae (patch) | |
tree | 97e674c6ae47c5ed1ac68325d40dcc4b0330d371 /mesonbuild/wrap/wrap.py | |
parent | 4abef5ce2335b32e3ec75ffe06dc9af5c9942893 (diff) | |
download | meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.zip meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.tar.gz meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.tar.bz2 |
Whitespace tweaks to reduce Flake8 warnings
Diffstat (limited to 'mesonbuild/wrap/wrap.py')
-rw-r--r-- | mesonbuild/wrap/wrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/wrap/wrap.py b/mesonbuild/wrap/wrap.py index af90daa..ac84d0e 100644 --- a/mesonbuild/wrap/wrap.py +++ b/mesonbuild/wrap/wrap.py @@ -50,7 +50,7 @@ def open_wrapdburl(urlstring): global ssl_warning_printed if has_ssl: try: - return urllib.request.urlopen(urlstring)#, context=build_ssl_context()) + return urllib.request.urlopen(urlstring)# , context=build_ssl_context()) except urllib.error.URLError: if not ssl_warning_printed: print('SSL connection failed. Falling back to unencrypted connections.') |