commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3849 - gnuradio/branches/releases/3.0/gnuradio-core/s


From: jcorgan
Subject: [Commit-gnuradio] r3849 - gnuradio/branches/releases/3.0/gnuradio-core/src/python/gnuradio/gr
Date: Tue, 24 Oct 2006 15:08:43 -0600 (MDT)

Author: jcorgan
Date: 2006-10-24 15:08:43 -0600 (Tue, 24 Oct 2006)
New Revision: 3849

Modified:
   
gnuradio/branches/releases/3.0/gnuradio-core/src/python/gnuradio/gr/basic_flow_graph.py
Log:
Applied changeset 3846 on trunk to release branch.

Modified: 
gnuradio/branches/releases/3.0/gnuradio-core/src/python/gnuradio/gr/basic_flow_graph.py
===================================================================
--- 
gnuradio/branches/releases/3.0/gnuradio-core/src/python/gnuradio/gr/basic_flow_graph.py
     2006-10-24 21:05:42 UTC (rev 3848)
+++ 
gnuradio/branches/releases/3.0/gnuradio-core/src/python/gnuradio/gr/basic_flow_graph.py
     2006-10-24 21:08:43 UTC (rev 3849)
@@ -239,7 +239,10 @@
         src_size = src_sig.sizeof_stream_item (src_endpoint.port)
         dst_size = dst_sig.sizeof_stream_item (dst_endpoint.port)
         if src_size != dst_size:
-            raise ValueError, 'source and destination data sizes are different'
+            raise ValueError, (
+' '.join(('source and destination data sizes are different:',
+src_endpoint.block.name(),
+dst_endpoint.block.name())))
 
     def _check_contiguity (self, m, sig, used_ports, dir):
         used_ports.sort ()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]