We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e257455 commit ca7f252Copy full SHA for ca7f252
report/report.py
@@ -679,7 +679,8 @@ def csv_report_swatch(json_obj):
679
stage_lst.append("Not available")
680
681
try:
682
- # stage_lst.append(sw_entries["sockets"])
+ # using the int to remove the decimal value and to keep
683
+ # this output as integer
684
stage_lst.append(int(entries["measurements"][0]))
685
except KeyError:
686
stage_lst.append("Not in sw - check")
0 commit comments