From 8e9568074076cd86c2058d41065bba4e7f9bb2e0 Mon Sep 17 00:00:00 2001 From: chrishoder Date: Wed, 6 Feb 2013 01:00:32 +0000 Subject: [PATCH] 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 --- client/GoodFETMCPCANCommunication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.20.1