mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-02 14:08:17 +00:00
Add black support (#1101)
This commit is contained in:
@@ -78,7 +78,7 @@ class DockerInterface(CoreSysAttributes):
|
||||
Need run inside executor.
|
||||
"""
|
||||
image = image or self.image
|
||||
image = image.partition(':')[0] # remove potential tag
|
||||
image = image.partition(":")[0] # remove potential tag
|
||||
|
||||
try:
|
||||
_LOGGER.info("Pull image %s tag %s.", image, tag)
|
||||
|
||||
Reference in New Issue
Block a user