Skip to content

Commit

Permalink
Update lib/galaxy/jobs/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com>
  • Loading branch information
bernt-matthias and nuwang authored Oct 6, 2024
1 parent 82d9de9 commit 26553ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 26553ab

Please sign in to comment.