Skip to content

Commit 19c3435

Browse files
keep schema happy
1 parent 88b3dd6 commit 19c3435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def store_metadata_file(metadata_filename):
194194
lshw_string = '[' + lshw_string + ']'
195195
hardware_desc = dict(lshw=json.loads(lshw_string))
196196
except:
197-
hardware_desc = ["lshw error"]
197+
hardware_desc = dict(lshw=["lshw error"])
198198

199199
metadata["hardware"] = hardware_desc
200200

0 commit comments

Comments
 (0)