Skip to content

Commit b8426d6

Browse files
authored
Merge pull request #8 from z275748353/main
fix bug
2 parents 92d1de5 + 1400028 commit b8426d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data_engine/exporter/csghub_exporter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pycsghub.cmd.repo_types import RepoType
55
from 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
88
from data_engine.exporter.base_exporter import Exporter
99
import os
1010
import 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)

0 commit comments

Comments
 (0)