Skip to content

Commit

Permalink
Merge pull request #257 from DSD-DBS/fix-f-string
Browse files Browse the repository at this point in the history
fix(t4c): Resolve `WORKSPACE_DIR` properly
  • Loading branch information
MoritzWeber0 authored Mar 12, 2024
2 parents ab2b650 + 084fbea commit 4c84ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t4c/setup_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

WORKSPACE_DIR = os.getenv("WORKSPACE_DIR", "/workspace")
OBEO_COLLAB_CONF = pathlib.Path(
"{WORKSPACE_DIR}/.metadata",
f"{WORKSPACE_DIR}/.metadata",
".plugins/org.eclipse.core.runtime/.settings/fr.obeo.dsl.viewpoint.collab.prefs",
)
REPOSITORIES_BASE_PATH = pathlib.Path("/opt/capella/configuration")
Expand Down

0 comments on commit 4c84ae4

Please sign in to comment.