From: chrishoder Date: Wed, 6 Feb 2013 01:00:32 +0000 (+0000) Subject: changes to the hyperlink commands to allow for arbID link binding X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=8e9568074076cd86c2058d41065bba4e7f9bb2e0 changes to the hyperlink commands to allow for arbID link binding git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1458 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/GoodFETMCPCANCommunication.py b/client/GoodFETMCPCANCommunication.py index 3350aa8..40983c2 100644 --- a/client/GoodFETMCPCANCommunication.py +++ b/client/GoodFETMCPCANCommunication.py @@ -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):