From e1681a3752f1de473e4cdd429aaf4b47b0da860d Mon Sep 17 00:00:00 2001
From: mhoeschle <mhoeschle>
Date: Fri, 24 Nov 2023 09:51:38 +0100
Subject: [PATCH] testtoml.toml is used to test if executing via cmd and
 choosing a non default toml file the script scips the default toml file.

---
 config_files/testtoml.toml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 config_files/testtoml.toml

diff --git a/config_files/testtoml.toml b/config_files/testtoml.toml
new file mode 100644
index 0000000..dea95cd
--- /dev/null
+++ b/config_files/testtoml.toml
@@ -0,0 +1,3 @@
+[connected_cameras]
+22320672 = "<pypylon.pylon.InstantCamera; proxy of <Swig Object of type 'Pylon::CInstantCamera *' at 0x000001B6EDEF8F60> >"
+23093107 = "<pypylon.pylon.InstantCamera; proxy of <Swig Object of type 'Pylon::CInstantCamera *' at 0x000001B6EDEF9470> >"
-- 
GitLab