Skip to content

Commit 8721783

Browse files
authored
Update manifest.json for generic enhsp
1 parent b877de8 commit 8721783

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

planutils/packages/enhsp/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"services": {
99
"solve": {
1010
"template": "planner",
11-
"call":"{package_name} -o {domain} -f {problem} >> plan"
11+
"call":"{package_name} -o {domain} -f {problem} >> plan",
12+
"return": {
13+
"type": "log",
14+
"files": "*plan*"
15+
}
1216
}
1317
}
1418
}

0 commit comments

Comments
 (0)