Commit f67fb7ca authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] pipeline crash due to trajectory attribute set, but with a value of None

parent cef33622
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ class IVAS(Processing):
        if self._use_wine:
            cmd.insert(0, "wine")

        if hasattr(self, "trajectory"):
        if hasattr(self, "trajectory") and self.trajectory:
            cmd.extend(["-T", self.trajectory])

        # add -voip cmdline option to the decoder