Commit 8481509c authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

initialize suffix to empty string

parent 53e45cf1
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1002,6 +1002,8 @@ class SelfTest(IvasScriptsCommon.IvasScript):
                suffix = "nws"
            elif proc_cmd[0] == "eid-xor":
                suffix = "fer"
            else:
                suffix = ""

            proc_cmd[0] = os.path.join(TOOLS_DIR, proc_cmd[0])