Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use property_readonly_static and update deprecation info
[simgrid.git] / examples / python / actor-join / actor-join.py
index 38f209a..25dfab0 100644 (file)
@@ -55,4 +55,4 @@ if __name__ == '__main__':
 
     e.run()
 
-    this_actor.info("Simulation time {}".format(e.clock()))
+    this_actor.info("Simulation time {}".format(e.clock))