Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a207b4be
Unverified
Commit
a207b4be
authored
Nov 12, 2025
by
hhzhang16
Committed by
GitHub
Nov 12, 2025
Browse files
fix: typo from mountPoint to mountPath (#4252)
Signed-off-by:
Hannah Zhang
<
hannahz@nvidia.com
>
parent
5fd96a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
benchmarks/profiler/utils/dgd_generation.py
benchmarks/profiler/utils/dgd_generation.py
+1
-1
No files found.
benchmarks/profiler/utils/dgd_generation.py
View file @
a207b4be
...
@@ -206,7 +206,7 @@ def generate_dgd_config_with_planner(
...
@@ -206,7 +206,7 @@ def generate_dgd_config_with_planner(
mc_mounts
.
append
(
mc_mounts
.
append
(
{
{
"name"
:
"planner-profile-data"
,
"name"
:
"planner-profile-data"
,
"mountP
oint
"
:
cm_mount_path
,
"mountP
ath
"
:
cm_mount_path
,
"readOnly"
:
True
,
"readOnly"
:
True
,
}
}
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment