Loading src/opticalcontroller/RSA.py +1 −1 Original line number Diff line number Diff line Loading @@ -1236,7 +1236,7 @@ class RSA(): print("INFO: RSA completed for FLex Lightpath with new OB") if flow_list is None: self.null_values(self.flow_id) return flow_id, optical_band_id return self.flow_id, optical_band_id slots_i = [] for i in slots: slots_i.append(int(i)) Loading Loading
src/opticalcontroller/RSA.py +1 −1 Original line number Diff line number Diff line Loading @@ -1236,7 +1236,7 @@ class RSA(): print("INFO: RSA completed for FLex Lightpath with new OB") if flow_list is None: self.null_values(self.flow_id) return flow_id, optical_band_id return self.flow_id, optical_band_id slots_i = [] for i in slots: slots_i.append(int(i)) Loading