summarylogtreecommitdiffstats
path: root/pkgdistcache-client
diff options
context:
space:
mode:
Diffstat (limited to 'pkgdistcache-client')
-rwxr-xr-xpkgdistcache-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgdistcache-client b/pkgdistcache-client
index dd499cc040cf..d23177f6f09b 100755
--- a/pkgdistcache-client
+++ b/pkgdistcache-client
@@ -231,7 +231,7 @@ def connect_to_cache_process(cache_file):
try:
sock.connect(cache_file)
return sock
- except ConnectionRefusedError as e:
+ except (FileNotFoundError, ConnectionRefusedError):
spawn_cache_process(cache_file)