Skip to content

Commit

Permalink
(CI: syntax fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed May 28, 2024
1 parent bde0bd3 commit 40f0b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mupifDB/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 40f0b6b

Please sign in to comment.