diff --git a/easybuild/easyblocks/generic/pythonbundle.py b/easybuild/easyblocks/generic/pythonbundle.py index 4b56444b88..7e82bc67d9 100644 --- a/easybuild/easyblocks/generic/pythonbundle.py +++ b/easybuild/easyblocks/generic/pythonbundle.py @@ -119,7 +119,7 @@ def prepare_step(self, *args, **kwargs): ) self.all_pylibdirs = get_pylibdirs(python_cmd=python_cmd) - self.pylibdir = self.all_pylibdirs[0] + self.pylibdir = self.all_pylibdirs[0] # if 'python' is not used, we need to take that into account in the extensions filter # (which is also used during the sanity check)