##// END OF EJS Templates
Correciones en la función de envío de archivos hacia los módulos de control
imanay -
r42:43
parent child
Show More
@@ -77,12 +77,14
77 def sendFile(self, base): No newline at end of file
77 def sendFile(self, base):
78 No newline at end of file
78
79 #Needed for the file creation
79 #Needed for the file creation
No newline at end of file
80 # file_str = self.datarx No newline at end of file
80 file_list = self.datarx No newline at end of file
81 #Needed for the loop
81 #Needed for the loop
No newline at end of file
82 rx_frame_list = self.datarx.split('\n',2) No newline at end of file
82 rx_frame_list = self.datarx.split('\n') No newline at end of file
83 No newline at end of file
83
84 experiment_name = rx_frame_list[0] No newline at end of file
84 experiment_name = rx_frame_list[0]
85 experiment_number = rx_frame_list[1] No newline at end of file
85 experiment_number = rx_frame_list[1]
86 str_control_modules = rx_frame_list[2]
No newline at end of file
87 lst_control_modules = str_control_modules.split("------\n") No newline at end of file
86 #Setting variables of the loop No newline at end of file
88 #Setting variables of the loop
87 i =3 No newline at end of file
89 i =3
88 module = 1 No newline at end of file
90 module = 1
General Comments 0
You need to be logged in to leave comments. Login now