From d80cf4052e2937162ef462cc1921c1a84c5e1bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 17 Jan 2022 13:43:51 +0100 Subject: [PATCH 1/2] removed -s --- client-py3/full/src/UDSClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-py3/full/src/UDSClient.py b/client-py3/full/src/UDSClient.py index bdfd26ac..44f7d206 100755 --- a/client-py3/full/src/UDSClient.py +++ b/client-py3/full/src/UDSClient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 -s +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (c) 2014-2021 Virtual Cable S.L.U. From 790c204b6ab4bb04e4e760220ed65b5556552f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 17 Jan 2022 13:46:14 +0100 Subject: [PATCH 2/2] fixed uds client actor launching --- client-py3/full/src/UDSClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-py3/full/src/UDSClient.py b/client-py3/full/src/UDSClient.py index 44f7d206..b3bb752f 100755 --- a/client-py3/full/src/UDSClient.py +++ b/client-py3/full/src/UDSClient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env -S python3 -s # -*- coding: utf-8 -*- # # Copyright (c) 2014-2021 Virtual Cable S.L.U.