From c6c8f19f1af06678f66f37e3002990a9660e2950 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 4 Oct 2020 18:59:32 +0200 Subject: lock.py: Adapt to lock dir and lock file name to new project namespace. --- lock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lock.py b/lock.py index 723c1b7..866810e 100644 --- a/lock.py +++ b/lock.py @@ -26,8 +26,8 @@ import os import tempfile -lock_dir_path = os.path.join(tempfile.gettempdir(), "rwa-session-service") -lock_file_path = os.path.join(lock_dir_path, "rwa-session-service.lock") +lock_dir_path = os.path.join(tempfile.gettempdir(), "rwa.support.sessionservice") +lock_file_path = os.path.join(lock_dir_path, "rwa.support.sessionservice.lock") def lock(): -- cgit v1.2.3