mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 01:05:14 +00:00
Tools: Fix flake8 version 5 warnings
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user