X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=functions.py;h=54ead63646937f2c9ffa46d23beccbde557d92a4;hp=8abda95b512de55c0d846674621b30f4f37390cd;hb=be2de22859c8f59abe9e1082981e4c3a62e9b7ca;hpb=d33694ef233bd4a28e69d88e9eef3c5c129442fe diff --git a/functions.py b/functions.py index 8abda95..54ead63 100644 --- a/functions.py +++ b/functions.py @@ -520,6 +520,8 @@ def check_Rresult(parent, pid) : return False #except : # BugReport(parent) + else : + return None else : if pid != 0 : #try : @@ -527,6 +529,8 @@ def check_Rresult(parent, pid) : return False #except : # BugReport(parent) + else : + return None def print_liste(filename,liste): with open(filename,'w') as f :