Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add dag scheduling lab
[simgrid.git] / examples / python / comm-suspend / comm-suspend.py
index badf0911f10fde06982dcc27348a30826602f40c..85646ed4d63e112ad748b76e5e5c7c5b5659f7ea 100644 (file)
@@ -43,7 +43,7 @@ def sender():
     comm.resume()
     comm.wait()
     this_actor.info(f"There is {comm.remaining:.0f} bytes to transfer after the communication completion.")
-    this_actor.info(f"Suspending a completed activity is a no-op.")
+    this_actor.info("Suspending a completed activity is a no-op.")
     comm.suspend()