We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc9cdf commit 533f24eCopy full SHA for 533f24e
job_executor/adapter/fs/private_keys_directory.py
@@ -15,9 +15,9 @@ def create(self) -> bool:
15
16
def save_private_key(self, microdata_private_key_pem: bytes) -> None:
17
"""
18
- Write the new private key file so only the owner of the
+ Write the new private key file so only the owner of the
19
file (this application) has read and write permissions.
20
- Fails and raises an exception if the file exists.
+ Fails and raises an exception if the file exists.
21
22
fd = os.open(
23
self._get_private_key_location(),
0 commit comments