Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Oct 26, 2024
1 parent 46762d9 commit b15bc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/get-platform-details/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def preprocess(i):

if os_info['platform'] != "linux":
print("WARNING: get-platform-details is not yet supported for non linux systems. Skipping for now...")
return {return: 0}
return {'return': 0}
# return {'return':1, 'error':'get-platform-details script not yet supported in windows!'}

if not check_installation("numactl",os_info):
Expand Down

0 comments on commit b15bc8a

Please sign in to comment.