We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169853f commit 6bdea84Copy full SHA for 6bdea84
app/get_knowledge_base.py
@@ -33,7 +33,7 @@ def setup_repositories():
33
clone_repository(repo_url, os.path.join(tmp_dir, repo_name))
34
35
def run_command(command, label):
36
- """Helper function to run a command and log its output"""
+ """Helper function to run a command and log its output with a label prefix"""
37
process = subprocess.Popen(
38
command,
39
stdout=subprocess.PIPE,
0 commit comments