Skip to content

Commit ca7f252

Browse files
committed
Adding a description
1 parent e257455 commit ca7f252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

report/report.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,8 @@ def csv_report_swatch(json_obj):
679679
stage_lst.append("Not available")
680680

681681
try:
682-
# stage_lst.append(sw_entries["sockets"])
682+
# using the int to remove the decimal value and to keep
683+
# this output as integer
683684
stage_lst.append(int(entries["measurements"][0]))
684685
except KeyError:
685686
stage_lst.append("Not in sw - check")

0 commit comments

Comments
 (0)