Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
manager: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoose2 committed May 5, 2020
1 parent 8bd5f83 commit 64cd130
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manager/director/apps/sites/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ def build_docker_image(site: Site, scope: Dict[str, Any]) -> Iterator[Union[Tupl

appserver = random.choice(scope["pingable_appservers"])

executor = build_docker_image_async(
appserver, site.docker_image.serialize_for_appserver(),
)
executor = build_docker_image_async(appserver, site.docker_image.serialize_for_appserver())

# Async generators are hard in synchronous code
while True:
Expand Down

0 comments on commit 64cd130

Please sign in to comment.