X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1363ce9624f4327f3ad5c934b15736a776637dfd..e98ff738e16a6e5a18426c8686407511f4c0c8a4:/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 e75215a0f7..d3ab8c1b1d 100644 --- a/examples/python/task-io/task-io.py +++ b/examples/python/task-io/task-io.py @@ -18,7 +18,7 @@ def parse(): return parser.parse_args() def callback(t): - print(f'[{Engine.clock}] {t} finished ({t.count})') + print(f'[{Engine.clock}] {t} finished ({t.get_count()})') if __name__ == '__main__': args = parse()