X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b83bdf8faae7ba64d66c529754159a164b70104d..036c801d55e3ab07b470c79640109080fed049a1:/examples/python/platform-failures/platform-failures.py diff --git a/examples/python/platform-failures/platform-failures.py b/examples/python/platform-failures/platform-failures.py index a94446642f..9850ab45c7 100644 --- a/examples/python/platform-failures/platform-failures.py +++ b/examples/python/platform-failures/platform-failures.py @@ -1,4 +1,4 @@ -## Copyright (c) 2007-2022. The SimGrid Team. All rights reserved. +## Copyright (c) 2007-2023. The SimGrid Team. All rights reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -82,7 +82,7 @@ def sleeper(): this_actor.info("done sleeping.") if __name__ == '__main__': - assert len(sys.argv) > 2, f"Usage: python app-masterworkers.py platform_file deployment_file" + assert len(sys.argv) > 2, "Usage: python app-masterworkers.py platform_file deployment_file" e = Engine(sys.argv)