Commit 04caeb58 authored by vaclav's avatar vaclav
Browse files

Merge branch '934-crash-in-self_test-py-related-to-suffix-variable' into 'main'

Resolve "Crash in self_test.py related to suffix variable"

See merge request !1279
parents 84ae20ce 8481509c
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])