whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 07:41:31 +0000 (08:41 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Aug 2019 07:41:31 +0000 (08:41 +0100)
src/nmutil/test/test_inout_mux_pipe.py

index a18442744d47f8cd252227b3ef277f1f4fef3399..03fddde0f7ab12ec9023fc57b913442ba42c120a 100644 (file)
@@ -120,7 +120,8 @@ class InputTest:
             print ("recv", out_muxid, out_i, hex(out_v))
 
             # see if this output has occurred already, delete it if it has
-            assert muxid == out_muxid, "out_muxid %d not correct %d" % (out_muxid, muxid)
+            assert muxid == out_muxid, \
+                    "out_muxid %d not correct %d" % (out_muxid, muxid)
             assert out_i in self.do[muxid], "out_i %d not in array %s" % \
                                           (out_i, repr(self.do[muxid]))
             assert self.do[muxid][out_i] == out_v # pass-through data