From 4a8192fecc78f8df0c74b6edfab69d7992eb48ff Mon Sep 17 00:00:00 2001 From: frack113 Date: Thu, 5 Aug 2021 22:38:48 +0200 Subject: [PATCH] fix typo mono --- tools/sigma/sigmac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sigma/sigmac.py b/tools/sigma/sigmac.py index 5a382b500..05f12299c 100755 --- a/tools/sigma/sigmac.py +++ b/tools/sigma/sigmac.py @@ -277,7 +277,7 @@ def main(): if nb_result == 0: # backend get only 1 output if not fileprefix == None: # want a prefix anyway try: - filename = "%s%s_nono_output%s" % (fileprefix,cmdargs.target,filename_ext) + filename = "%s%s_mono_output%s" % (fileprefix,cmdargs.target,filename_ext) out = open(filename, "w", encoding='utf-8') fileprefix = None # no need to open the same file many time except (IOError, OSError) as e: