changes to the hyperlink commands to allow for arbID link binding
authorchrishoder <chrishoder@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 6 Feb 2013 01:00:32 +0000 (01:00 +0000)
committerchrishoder <chrishoder@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 6 Feb 2013 01:00:32 +0000 (01:00 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1458 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETMCPCANCommunication.py

index 3350aa8..40983c2 100644 (file)
@@ -155,7 +155,7 @@ class GoodFETMCPCANCommunication:
                 packet=self.client.rxpacket();
                 
             #add the data to list if the pointer was included
-            if(data != None):
+            if(data != None and packet != None):
                 #data.append(self.client.packet2parsedstr(packet))
                 data.put(self.client.packet2parsed(packet))
             if(debug == True):