From a54c51a8fe464028aca033d3524980f1acefa6a6 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Tue, 27 Jul 2021 16:11:16 +0100 Subject: [PATCH] updated example code --- examples/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/examples.py b/examples/examples.py index 21585612b..767d8ea35 100644 --- a/examples/examples.py +++ b/examples/examples.py @@ -226,4 +226,4 @@ def run_example_binary_with_writing_logfile(): ) -run_example_binary_with_writing_logfile() +run_example_binary_with_writing_logfile() \ No newline at end of file -- GitLab