We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776aa0d commit d325007Copy full SHA for d325007
1 file changed
easybuild/tools/bwrap.py
@@ -153,6 +153,9 @@ def prepare_bwrap(bwrap_installpath):
153
while not os.path.exists(installdir):
154
installdir = os.path.dirname(installdir)
155
bwrap_installdir = os.path.dirname(bwrap_installdir)
156
+ while not os.path.exists(moduledir):
157
+ moduledir = os.path.dirname(moduledir)
158
+ bwrap_moduledir = os.path.dirname(bwrap_moduledir)
159
bwrap_opts.update({
160
f'--overlay-src {installdir} --overlay {bwrap_installdir} {bwrap_workdir} {installdir}',
161
f'--overlay-src {moduledir} --overlay {bwrap_moduledir} {bwrap_workdir} {moduledir}',
0 commit comments