--- a/Beremiz_service.py Wed Jan 24 15:44:36 2018 +0100
+++ b/Beremiz_service.py Wed Jan 24 16:12:49 2018 +0100
@@ -110,7 +110,7 @@
wampsecret = None if a == "off" else a
- l = os.path.split(os.path.realpath(a))
+ l = list(os.path.split(os.path.realpath(a)))