X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12ef73b3c1b6ef7bb9f2cf8031edf5e99e6c27a1..e98ff738e16a6e5a18426c8686407511f4c0c8a4:/examples/python/task-variable-load/task-variable-load.py diff --git a/examples/python/task-variable-load/task-variable-load.py b/examples/python/task-variable-load/task-variable-load.py index 51dbc1a6c6..14fc2ec94e 100644 --- a/examples/python/task-variable-load/task-variable-load.py +++ b/examples/python/task-variable-load/task-variable-load.py @@ -28,7 +28,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()})') def variable_load(t): print('--- Small load ---')