projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
129543c
)
avoid a certain type of bug
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Tue, 21 Jul 2015 23:51:13 +0000
(19:51 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:39 +0000
(13:28 -0500)
edward
patch
|
blob
|
blame
|
history
diff --git
a/edward
b/edward
index b490e42b5a7474dcbee7113bc74602caf6cb824d..8fa5d331ebf1a23a989dde7cd5b4dcc4170642fe 100755
(executable)
--- a/
edward
+++ b/
edward
@@
-218,6
+218,9
@@
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: