Skip to content

Commit 5e73505

Browse files
Fixed the comment review
1 parent 2661bb0 commit 5e73505

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/python_testing/execute_python_tests.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
import os
2121
import subprocess
2222

23-
# Function to load environment variables from a YAML file
24-
25-
23+
# Function to load --app argument environment variables from a file
2624
def load_env_from_yaml(file_path):
2725
"""
2826
Load environment variables from the specified YAML file.

0 commit comments

Comments
 (0)