##// END OF EJS Templates
Fix RCConfiguration.dict_to_params ...
Juan C. Espinoza -
r114:f848f75e3768
parent child
Show More
@@ -179,6 +179,7 class RCConfiguration(Configuration):
179 179 self.time_after = data['time_after']
180 180 self.sync = data['sync']
181 181 self.sampling_reference = data['sampling_reference']
182 self.save()
182 183 self.clean_lines()
183 184
184 185 lines = []
General Comments 0
You need to be logged in to leave comments. Login now