Skip to content

Commit 44660d9

Browse files
author
Malte Münch
committed
black
Signed-off-by: Malte Münch <[email protected]>
1 parent bfd2513 commit 44660d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/python_gardenlinux_lib/oras/registry.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,9 @@ def push_image_manifest(
606606
logger.debug(
607607
f"File get modification time of {file_path}: {os.path.getmtime(file_path)}"
608608
)
609-
logger.debug(f"File get creation time of {file_path}: {os.path.getctime(file_path)}")
609+
logger.debug(
610+
f"File get creation time of {file_path}: {os.path.getctime(file_path)}"
611+
)
610612
logger.debug("---------")
611613
response = self.upload_blob(file_path, self.container, layer)
612614
self._check_200_response(response)
@@ -694,4 +696,4 @@ def create_layer(
694696
self.sign_layer(
695697
layer, cname, version, architecture, checksum_sha256, media_type
696698
)
697-
return layer
699+
return layer

0 commit comments

Comments
 (0)