Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/bin/smbios-token-ctl
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,6 @@ def main():
verboseLog.info( _("The token library returned this error:") )
verboseLog.info( str(e) )
moduleLog.info( cli.standardFailMessage )
except StopIteration:
pass

return exit_code

Expand Down
2 changes: 1 addition & 1 deletion src/python/libsmbios_c/smbios_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __iter__(self):
if bool(cur):
yield cur.contents
else:
raise StopIteration
return

@traceLog()
def __getitem__(self, id):
Expand Down