mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
test_mon_config_key.py: remove unnecessary semicolon
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
f601eb9053
commit
16c565068b
@ -369,7 +369,7 @@ def main():
|
|||||||
while True:
|
while True:
|
||||||
l = f.read()
|
l = f.read()
|
||||||
if l == '':
|
if l == '':
|
||||||
break;
|
break
|
||||||
cnt += len(l)
|
cnt += len(l)
|
||||||
assert cnt == config_existing[key], \
|
assert cnt == config_existing[key], \
|
||||||
'wrong size from store for key \'{k}\': {sz}, expected {es}'.format(
|
'wrong size from store for key \'{k}\': {sz}, expected {es}'.format(
|
||||||
|
Loading…
Reference in New Issue
Block a user