Skip to content

Commit 6c0ac07

Browse files
Update __main__.py
1 parent 0a77b67 commit 6c0ac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aali/flowkit/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def main():
7575
"""Run entrypoint for the FlowKit service."""
7676
# Always parse args, but only use them conditionally
7777
args = parse_cli_args()
78-
78+
7979
if not CONFIG.extract_config_from_azure_key_vault:
8080
# Substitute the empty values with configuration values
8181
substitute_empty_values(args)

0 commit comments

Comments
 (0)