##// END OF EJS Templates
Monitoring test
imanay -
r255:256
parent child
Show More
@@ -310,9 +310,9
310 if (type == "0") or (type == "1") or (type == "2"): No newline at end of file
310 if (type == "0") or (type == "1") or (type == "2"):
311 out_str = "".join(in_data) No newline at end of file
311 out_str = "".join(in_data)
312 elif type == "3":
312 elif type == "3":
No newline at end of file
313 out_str = self.__TwoComparation(in_lst = in_data)
313 out_str = TwoComparation(in_lst = in_data)
No newline at end of file
No newline at end of file
314 else:
314 else:
No newline at end of file
No newline at end of file
315 out_str = self.__ThreeComparation(in_lst = in_data) No newline at end of file
315 out_str = ThreeComparation(in_lst = in_data) No newline at end of file
316 No newline at end of file
316
317 return out_str No newline at end of file
317 return out_str
318 No newline at end of file
318
General Comments 0
You need to be logged in to leave comments. Login now