Skip to content

Commit 4275ef1

Browse files
emmatypingzware
andauthored
Use relative path to config_site variable
Co-authored-by: Zachary Ware <[email protected]>
1 parent 7ea0286 commit 4275ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def setup(self, parallel, branch, test_with_PTY=False, **kwargs):
895895
)
896896
self.compile_environ = super().compile_environ.copy()
897897
self.compile_environ.update(
898-
CONFIG_SITE=util.Interpolate("%(prop:config_site)s")
898+
CONFIG_SITE=util.Interpolate("../../%(prop:config_site)s")
899899
)
900900
self.addStep(
901901
ShellCommand(

0 commit comments

Comments
 (0)