From 3fba00811122c06778d14ccd0e27fa8f32e89fb1 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 2 Sep 2020 22:03:33 +0200 Subject: [skip travis] tweaks --- devscripts/make_contributing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devscripts/make_contributing.py') diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py index f18de0560..5a068c90c 100755 --- a/devscripts/make_contributing.py +++ b/devscripts/make_contributing.py @@ -11,7 +11,7 @@ def main(): options, args = parser.parse_args() if len(args) != 2: parser.error('Expected an input and an output filename') - +''' infile, outfile = args with io.open(infile, encoding='utf-8') as inf: @@ -27,7 +27,7 @@ def main(): with io.open(outfile, 'w', encoding='utf-8') as outf: outf.write(out) - +''' if __name__ == '__main__': main() -- cgit v1.2.3