mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
Fix missing prefix cache error output.
This commit is contained in:
@@ -63,7 +63,8 @@ def get_or_create_key_prefix():
|
|||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
|
|
||||||
if not prefix:
|
if not prefix:
|
||||||
sys.exit("Could not read memcache key prefix file")
|
print("Could not read memcache key prefix file")
|
||||||
|
sys.exit(1)
|
||||||
|
|
||||||
return prefix
|
return prefix
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user