From a195b78c8ded169f180d8bd6b437f52d47ce7bae Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Sat, 27 May 2017 13:43:33 +0100 Subject: Whitespace tweaks to reduce Flake8 warnings --- mesonbuild/scripts/dist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesonbuild/scripts/dist.py') diff --git a/mesonbuild/scripts/dist.py b/mesonbuild/scripts/dist.py index 064708ed0..325a8825e 100644 --- a/mesonbuild/scripts/dist.py +++ b/mesonbuild/scripts/dist.py @@ -83,8 +83,8 @@ def create_dist(dist_name, src_root, bld_root, dist_sub): with tarfile.open(xzname, 'w:xz') as tf: tf.add(distdir, os.path.split(distdir)[1]) # Create only .tar.xz for now. - #zipname = distdir + '.zip' - #create_zip(zipname, distdir) + # zipname = distdir + '.zip' + # create_zip(zipname, distdir) shutil.rmtree(distdir) return (xzname, ) -- cgit v1.2.3