Skip to content

Commit

Permalink
Merge pull request #137 from AI-Planning/nirlipo-patch-enhsp-2020-par…
Browse files Browse the repository at this point in the history
…se-plan

Handle ENHSP-2020 returned plans as logs
  • Loading branch information
haz authored Feb 9, 2024
2 parents 893c9be + 5f8aa49 commit b2f270f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion planutils/packages/enhsp-2020/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"services": {
"solve": {
"template": "planner",
"call":"{package_name} -o {domain} -f {problem} >> plan"
"call":"{package_name} -o {domain} -f {problem} >> plan",
"return": {
"type": "log",
"files": "*plan*"
}
}

}
Expand Down

0 comments on commit b2f270f

Please sign in to comment.