Skip to content

Commit

Permalink
Update dpgen2/op/run_lmp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>
  • Loading branch information
zjgemi and wanghan-iapcm authored Sep 29, 2023
1 parent 679038c commit 34912f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dpgen2/op/run_lmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ def execute(
"".join(
(
"lmp failed\n",
"command was",
"command was: ",
command,
"out msg",
"out msg: ",
out,
"\n",
"err msg",
"err msg: ",
err,
"\n",
)
Expand Down

0 comments on commit 34912f0

Please sign in to comment.