Skip to content

Commit

Permalink
feat: use slugs for workspace folders
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Nov 8, 2023
1 parent 8b70b91 commit eea4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/capellacollab/sessions/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def request_provision_workspace(
]
),
"RMT_PASSWORD": rdp_password,
"WORKSPACE_DIR": f"/workspace/projects/{project.slug}/{tool.name}/{model.version.name}",
"WORKSPACE_DIR": f"/workspace/projects/{project.slug}/{tool.slug}/{model.version.slug}",
}
volumes: list[operators_models.Volume] = []
warnings: list[core_models.Message] = []
Expand Down

0 comments on commit eea4952

Please sign in to comment.