diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 14:48:59 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 14:48:59 +0200 |
| commit | a8281ebfd3f3a3c67e4a022ce59450146c90fb6e (patch) | |
| tree | 3d47894f8397aff012f2f22b08652f4d92c6e96a /example/platform_test.py | |
| parent | f4f1d975043223b6a5fb512946f6d7c0e3ee791f (diff) | |
Minor changes
Diffstat (limited to 'example/platform_test.py')
| -rwxr-xr-x | example/platform_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/platform_test.py b/example/platform_test.py index ccc9a98..2573b32 100755 --- a/example/platform_test.py +++ b/example/platform_test.py @@ -4,4 +4,5 @@ from esds.helpers.platform import YAMLPlatformFile -simulator=YAMLPlatformFile("platform.yaml")
\ No newline at end of file +s=YAMLPlatformFile("platform.yaml") +s.run()
\ No newline at end of file |
