From a8281ebfd3f3a3c67e4a022ce59450146c90fb6e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 11 Sep 2022 14:48:59 +0200 Subject: Minor changes --- example/platform_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/platform_test.py') 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 -- cgit v1.2.3