From 5f42e5967c9c6360a365f437ad968e36c7c985de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BERTHO?= Date: Wed, 7 Feb 2018 19:16:33 +0100 Subject: [PATCH] Fixed output file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RĂ©mi BERTHO --- SSnR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSnR.py b/SSnR.py index 6d04e4d..4d8b2ed 100755 --- a/SSnR.py +++ b/SSnR.py @@ -126,7 +126,7 @@ def main(): output_filenames.append(input_ex.subn(args["output_regex"], input_filename)[0]) use_output_file = True elif args["output_file"] is not None: - output_filenames.append(args["output"]) + output_filenames.append(args["output_file"]) use_output_file = True elif args["output_clipboard"]: use_output_file = False