From 40f0b6bb91df7f625a77b0571c1ae6e17d24b4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=C5=A0milauer?= Date: Tue, 28 May 2024 11:36:57 +0200 Subject: [PATCH] (CI: syntax fix) --- mupifDB/test_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mupifDB/test_scheduler.py b/mupifDB/test_scheduler.py index ce2f494..ed2f545 100644 --- a/mupifDB/test_scheduler.py +++ b/mupifDB/test_scheduler.py @@ -80,7 +80,7 @@ def scheduler(xprocess,restApi): class Starter(ProcessStarter): env = { 'PYTHONUNBUFFERED':'1', - 'PYTHONPATH':mupifDB.__path__[0]+':'+:mupifDB.__path__[0]+'/..', + 'PYTHONPATH':mupifDB.__path__[0]+':'+mupifDB.__path__[0]+'/..', 'MUPIF_NS':f'localhost:'+PORTS['nameserver'], 'MUPIF_LOG_LEVEL':'DEBUG', 'MUPIFDB_REST_SERVER':'http://localhost:'+PORTS['restApi'],