From 26553ab342af0fb9c5231570596d8655c83a5558 Mon Sep 17 00:00:00 2001 From: M Bernt Date: Sun, 6 Oct 2024 19:59:53 +0200 Subject: [PATCH] Update lib/galaxy/jobs/__init__.py Co-authored-by: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com> --- lib/galaxy/jobs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/jobs/__init__.py b/lib/galaxy/jobs/__init__.py index d38a43319c68..837ba2b3c6ba 100644 --- a/lib/galaxy/jobs/__init__.py +++ b/lib/galaxy/jobs/__init__.py @@ -2518,7 +2518,7 @@ def user_system_pwent(self): if self.__user_system_pwent is None: job = self.get_job() self.__user_system_pwent = job.user.system_user_pwent( - self.get_destination_configuration("real_system_username", None) + self.get_destination_configuration("real_system_username", self.app.config.real_system_username) ) return self.__user_system_pwent