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