Skip to content

Commit c032c01

Browse files
hbrodinreytchison
andcommitted
Update orchestrator/src/buttercup/orchestrator/ui/competition_api/services/challenge_service.py
Co-authored-by: Ronald Eytchison <58823072+reytchison@users.noreply.github.com>
1 parent c08935a commit c032c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

orchestrator/src/buttercup/orchestrator/ui/competition_api/services/challenge_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _pull_lfs_files(self, repo_path: Path, context: str) -> None:
5858

5959
# git-lfs not installed or not available
6060
if ls_result.returncode != 0:
61-
logger.debug(f"[{context}] git-lfs not available: {ls_result.stderr.strip()}")
61+
logger.warning(f"[{context}] git-lfs not available: {ls_result.stderr.strip()}")
6262
return
6363

6464
# No LFS files in this repo

0 commit comments

Comments
 (0)