Tools: Fix flake8 version 5 warnings

This commit is contained in:
Roland Dobai
2022-08-10 09:01:57 +02:00
committed by BOT
parent 656936d32a
commit bab3830797
15 changed files with 39 additions and 39 deletions

View File

@@ -107,7 +107,7 @@ class CertificateBundle:
if start is True:
crt += strg
if(count == 0):
if count == 0:
raise InputError('No certificate found')
status('Successfully added %d certificates' % count)