Skip to content

Commit 802d194

Browse files
committed
WorkflowConfig: fix process output template
1 parent 795be20 commit 802d194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubweb/helpers/workflow_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def with_common_outputs(self):
240240
"params": {
241241
"files": [
242242
{
243-
"glob": "$dataDirectory/**/*.*"
243+
"glob": "$data_directory/**/*.*"
244244
}
245245
],
246246
"tables": [],

0 commit comments

Comments
 (0)