test_mon_config_key.py: remove unnecessary semicolon

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-04-03 15:57:37 +02:00
parent f601eb9053
commit 16c565068b

View File

@ -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(