Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
separate the fields removal based on review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Jul 31, 2017
1 parent f0e0cd1 commit 8f23489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/spit_results.py
Expand Up @@ -201,6 +201,9 @@ def write_to_csv(self):
fields = sorted(vals[0].keys())
try:
fields.remove('systemid.contents')
except ValueError:
pass
try:
fields.remove('redhat-packages.results')
except ValueError:
pass
Expand Down

0 comments on commit 8f23489

Please sign in to comment.