mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
python: Merge concatenated string literals that Black would uglify.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d8d0e7dfff
commit
5028c081cb
@@ -93,8 +93,7 @@ if replication_info:
|
||||
|
||||
else:
|
||||
replication_info = run_sql_query(
|
||||
'client_addr, state, sent_lsn, write_lsn, flush_lsn, replay_lsn'
|
||||
' from pg_stat_replication'
|
||||
'client_addr, state, sent_lsn, write_lsn, flush_lsn, replay_lsn from pg_stat_replication'
|
||||
)
|
||||
if replication_info == 0:
|
||||
report('CRITICAL', 'No replicas!')
|
||||
|
||||
Reference in New Issue
Block a user