Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/python engine #1784

Open
wants to merge 40 commits into
base: dev
Choose a base branch
from
Open

Feat/python engine #1784

wants to merge 40 commits into from

Conversation

nguyenhoangthuan99
Copy link
Contributor

Describe Your Changes

  • Cortex supports python engines

Fixes Issues

Base automatically changed from j/engine-improvement to dev December 10, 2024 02:55
@nguyenhoangthuan99 nguyenhoangthuan99 marked this pull request as ready for review December 26, 2024 01:42
engine/utils/curl_utils.h Outdated Show resolved Hide resolved
@@ -374,6 +374,9 @@ void DownloadService::ProcessTask(DownloadTask& task, int worker_id) {
CTL_ERR("Failed to init curl!");
return;
}
if (!std::filesystem::exists(item.localPath.parent_path())) {
Copy link
Contributor

@namchuai namchuai Dec 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the component which use download service will need to ensure the parent folder to be exists. Download service should not worry about create directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants