File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44from pycsghub .cmd .repo_types import RepoType
55from pycsghub .upload_large_folder .main import upload_large_folder_internal
66
7- from build . lib . data_celery .mongo_tools .tools import insert_pipline_job_run_task_log_info
7+ # from data_celery.mongo_tools.tools import insert_pipline_job_run_task_log_info
88from data_engine .exporter .base_exporter import Exporter
99import os
1010import uuid
@@ -161,7 +161,7 @@ def _export_common(self):
161161 )
162162 r .upload ()
163163 logger .info (f'Done push { self .upload_path } to repo: { self .repo_id } with branch: { self .output_branch_name } ' )
164- #insert_pipline_job_run_task_log_info(job_uid, f'Done push {self.upload_path} to repo: {self.repo_id} with branch: {self.output_branch_name}')
164+ # insert_pipline_job_run_task_log_info(job_uid, f'Done push {self.upload_path} to repo: {self.repo_id} with branch: {self.output_branch_name}')
165165 if os .path .exists (self .repo_work_dir ):
166166 logger .info (f'Remove { self .repo_work_dir } ' )
167167 shutil .rmtree (self .repo_work_dir )
You can’t perform that action at this time.
0 commit comments