Skip to content

Commit 85f39ae

Browse files
committed
Fix PyCOMPSs program path
1 parent 36b2147 commit 85f39ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal_workflow/tosca/types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ topology_template:
6565
qos: debug
6666
input_data_path: "/tmp"
6767
output_data_path: "/tmp"
68-
command: "~/wordcount_blocks/src/wordcount_blocks.py"
68+
command: "/wordcount/src/wordcount_blocks.py"
6969
arguments:
7070
- "${INPUT_DATA_PATH}/data.txt"
7171
- "${OUTPUT_DATA_PATH}/result.txt"

0 commit comments

Comments
 (0)