Skip to content

Commit bb30651

Browse files
authored
Merge pull request #792 from douglasjacobsen/nemo-default-injected-string
2 parents 56ccf5e + cfa581f commit bb30651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/ramble/repos/builtin/applications/py-nemo/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class PyNemo(ExecutableApplication):
8181

8282
workload_variable(
8383
"custom_injected_string",
84-
default="",
84+
default="tail /dev/null",
8585
description="Custom string to inject before execution NeMo workload",
8686
workload_group="all_workloads",
8787
)

0 commit comments

Comments
 (0)