From: Andrew Engelbrecht Date: Wed, 22 Jul 2015 15:50:38 +0000 (-0400) Subject: don't process 'None' EddyMsg objects X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a6d8ff0b28083b8954b217a150a681fb02e51a23;p=edward.git don't process 'None' EddyMsg objects it would only mask bugs elsewhere in the code. --- diff --git a/edward b/edward index edff8c7..cec1570 100755 --- a/edward +++ b/edward @@ -224,9 +224,6 @@ def get_subpart_data (part): def do_to_eddys_pieces (function_to_do, eddy_obj, data): - if eddy_obj == None: - return [] - if eddy_obj.multipart == True: result_list = [] for sub in eddy_obj.subparts: