[Bugfix] fix poetry lock (#960)

This commit is contained in:
Deven Patel
2023-11-16 13:30:38 -08:00
committed by GitHub
parent c93e49d2b8
commit 28460f725c
4 changed files with 29 additions and 28 deletions

View File

@@ -68,7 +68,7 @@ class GithubLoader(BaseLoader):
data.extend(results)
data_urls.extend([result.get("meta_data").get("url") for result in results])
except Exception as e:
logging.error(f"Failed to process {file}: {e}")
logging.warn(f"Failed to process {file}: {e}")
source_hash = hashlib.sha256(repo_url.encode()).hexdigest()
repo_path = f"/tmp/{source_hash}"