Skip to content

Commit

Permalink
just parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 15, 2024
1 parent 390b977 commit e49ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ def dmidecode(meta, task, task_dir) -> None:
parsed_output = []
for d in dmi:
parsed_output.append(dmi_propvals(d))
with open(os.path.join(task_dir, "parsed_output.json"), "w") as f:
with open(os.path.join(task_dir, "parsed.json"), "w") as f:
json.dump(parsed_output, f)

0 comments on commit e49ba4e

Please sign in to comment.