Skip to content

Commit

Permalink
Fixing the recent manifest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Sep 27, 2023
1 parent a8b627c commit 9135f61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion planutils/packages/poprp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"services": {
"solve": {
"template": "planner",
"call":"{package_name} {domain} {problem} ; chmod a+x compile_plan.sh ; ./compile_plan.sh"
"call":"{package_name} {domain} {problem}"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions planutils/packages/rpmep/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"endpoint": {
"services": {
"solve": {
"template": "planner",
"call":"{package_name} {domain} {problem} --keep-files",
"args": [{"name": "pdkbddl", "type": "file", "description": "PDKBDDL File"}],
"call":"{package_name} {pdkbddl} --keep-files",
"return": {
"type": "generic",
"files": "pdkb-*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.10.6',
version='0.10.7',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9135f61

Please sign in to comment.