Skip to content

Commit

Permalink
py-nemo: Prevent errors with empty injected string
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Dec 6, 2024
1 parent 3c7a864 commit cfa581f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class PyNemo(ExecutableApplication):

workload_variable(
"custom_injected_string",
default="",
default="tail /dev/null",
description="Custom string to inject before execution NeMo workload",
workload_group="all_workloads",
)
Expand Down

0 comments on commit cfa581f

Please sign in to comment.