X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b211507e0c2abe5f2b7fbe56988af46d3189b51..cd5185ae774cc99650b6cae2dca17b6062accea3:/examples/python/task-io/task-io.py diff --git a/examples/python/task-io/task-io.py b/examples/python/task-io/task-io.py index 18a4cb2aac..b74c41169c 100644 --- a/examples/python/task-io/task-io.py +++ b/examples/python/task-io/task-io.py @@ -17,8 +17,8 @@ def parse(): ) return parser.parse_args() -def callback( t): - print(f'[{Engine.clock}] { t} finished ({ t.count})') +def callback(t): + print(f'[{Engine.clock}] {t} finished ({t.count})') if __name__ == '__main__': args = parse() @@ -48,4 +48,4 @@ if __name__ == '__main__': exec1.enqueue_execs(2) # runs the simulation - e.run() \ No newline at end of file + e.run()