Skip to content

Commit 533f24e

Browse files
committed
private_key: format
1 parent efc9cdf commit 533f24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

job_executor/adapter/fs/private_keys_directory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def create(self) -> bool:
1515

1616
def save_private_key(self, microdata_private_key_pem: bytes) -> None:
1717
"""
18-
Write the new private key file so only the owner of the
18+
Write the new private key file so only the owner of the
1919
file (this application) has read and write permissions.
20-
Fails and raises an exception if the file exists.
20+
Fails and raises an exception if the file exists.
2121
"""
2222
fd = os.open(
2323
self._get_private_key_location(),

0 commit comments

Comments
 (0)