mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +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)
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user