Skip to content

Commit

Permalink
Fixed spawn_test_container.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 19, 2024
1 parent c807369 commit e44b134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def register_required(self):
self.register_dependency(self.create_child_task(task_class=DockerTestContainerBuild,
test_container_content=self.test_container_content))

def is_reuse_possible(self) -> luigi.BoolParameter | bool:
def is_reuse_possible(self) -> bool:
test_container_image_info = \
self.get_values_from_futures(self.test_container_image_future)["test-container"] # type: ImageInfo
test_container = None
Expand Down

0 comments on commit e44b134

Please sign in to comment.