Loading src/network_slice_controller.py +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ class NSController: id = i break # Raise error if slice not found if not id: if id is None: raise ValueError("Transport network slice not found") # Update slice database with open(os.path.join(SRC_PATH, "slice_ddbb.json"), 'w') as file: Loading Loading
src/network_slice_controller.py +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ class NSController: id = i break # Raise error if slice not found if not id: if id is None: raise ValueError("Transport network slice not found") # Update slice database with open(os.path.join(SRC_PATH, "slice_ddbb.json"), 'w') as file: Loading