Fixed output file
Signed-off-by: Rémi BERTHO <remi.bertho@dalan.fr>
This commit is contained in:
parent
dd5d3e8f43
commit
5f42e5967c
1 changed files with 1 additions and 1 deletions
2
SSnR.py
2
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
|
||||
|
|
Loading…
Reference in a new issue