Преглед изворни кода

Now that the VRF failures are supposed to have gone away, _do_ crash if we hit one

Still log it, though
Ian Goldberg пре 5 година
родитељ
комит
beb5820498
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      simulator.py

+ 1 - 1
simulator.py

@@ -139,7 +139,7 @@ class Simulator:
                     random.choice(self.clients).channelmgr.new_circuit())
             except ValueError as e:
                 self.statslogger.error(str(e))
-                next
+                raise e
 
             simtime += random.expovariate(self.gamma * numclients)
             numcircs += 1