Skip to content

Commit

Permalink
Fix docs string
Browse files Browse the repository at this point in the history
Co-authored-by: Niko <onikolas@amazon.com>
  • Loading branch information
rajaths010494 and o-nikolas committed Sep 30, 2022
1 parent 92e60ee commit 55cf79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/microsoft/azure/secrets/key_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def build_path(path_prefix: str, secret_id: str, sep: str = '-') -> str:
:param secret_id: Name of the secret
:param sep: Separator used to concatenate path_prefix and secret_id
"""
# when no prefix is given by default it adds sep for the key
# When an empty prefix is given, do not add a separator to the secret name
if path_prefix == "":
path = f'{secret_id}'
else:
Expand Down

0 comments on commit 55cf79e

Please sign in to comment.