Skip to content

Commit

Permalink
Or this?
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 21, 2024
1 parent f9758ac commit 2e62587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/bookkeeping/report/reportingUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _getSystemInfoMac():
Model Name: MacBook Pro
...
"""
cmd = "ioreg"
cmd = "system_profiler"
return subprocess.check_output(cmd, shell=True).decode("utf-8")


Expand Down

0 comments on commit 2e62587

Please sign in to comment.