Skip to content

Commit a6a236d

Browse files
authored
Merge pull request #5 from TheEnderek0/dev
Dev
2 parents ead4884 + 15375fa commit a6a236d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ContentBuilder/ContentBuilder.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ def DetermineFullCWD(name: str):
149149
cwd = wd_override
150150

151151
if cwd: # Already set the CWD by override
152+
w_dir = cwd
152153
return
153154

154-
if not cwd:
155-
cwd = Path(getcwd())
155+
156+
cwd = Path(getcwd())
157+
156158

157159
if name.startswith("<") and (endindx := name.find(">")) != -1:
158160
name = name[1:endindx]

0 commit comments

Comments
 (0)