mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +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:
|
||||
l = f.read()
|
||||
if l == '':
|
||||
break;
|
||||
break
|
||||
cnt += len(l)
|
||||
assert cnt == config_existing[key], \
|
||||
'wrong size from store for key \'{k}\': {sz}, expected {es}'.format(
|
||||
|
Loading…
Reference in New Issue
Block a user