Skip to content

Commit a3eddb4

Browse files
committed
Merge branch 'update_CUDA_hook' of github.com:ocaisa/software-layer into update_CUDA_hook
2 parents d37a958 + cf63589 commit a3eddb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ def post_postproc_cuda(self, *args, **kwargs):
758758
accel_subdir = os.getenv("EESSI_ACCELERATOR_TARGET")
759759
if accel_subdir:
760760
host_inj_path = host_inj_path.replace('/accel/%s' % accel_subdir, '')
761+
host_inj_path = host_inj_path.replace("/accel/%s" % accel_subdir, '')
761762
# make sure source and target of symlink are not the same
762763
if full_path == host_inj_path:
763764
raise EasyBuildError("Source (%s) and target (%s) are the same location, are you sure you "

0 commit comments

Comments
 (0)