Skip to content

Commit 6bdea84

Browse files
doc
1 parent 169853f commit 6bdea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/get_knowledge_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def setup_repositories():
3333
clone_repository(repo_url, os.path.join(tmp_dir, repo_name))
3434

3535
def run_command(command, label):
36-
"""Helper function to run a command and log its output"""
36+
"""Helper function to run a command and log its output with a label prefix"""
3737
process = subprocess.Popen(
3838
command,
3939
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)