Skip to content

Commit

Permalink
use correct variable name for value from service in task stager
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jan 5, 2024
1 parent 723e391 commit 60e8c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/core/tasks/TaskInputFileStagingService.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(
self,
value_from_service: ValueFromService
):
self.value_from_service = value_from_service
self._value_from_service = value_from_service

def stage(self, task: Task):
"""Iterates over all of the items in the task input dictionary, fetches
Expand Down

0 comments on commit 60e8c50

Please sign in to comment.