Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raph2i committed Oct 15, 2020
1 parent 4282836 commit 4e46bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def createCerts(args):
print('Unable to locate account or certificates in json')
return
# if Resolver is defined, but not used, return
if resolver['Certificates'] is None:
if resolver['Certificates'] is 'null':
return
# Loop over all certificates
for c in resolver['Certificates']:
Expand Down

0 comments on commit 4e46bcc

Please sign in to comment.