From 250c6f0c36bc8cbb68572fdcc7e0e4d9154e5fe6 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Thu, 30 Nov 2023 09:31:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E3=82=B3=E3=83=9F=E3=83=83?= =?UTF-8?q?=E3=83=88=E3=81=97=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=A7=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sample_create_bio_sales_lot.py | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 ecs/jskult-batch-daily/sample_create_bio_sales_lot.py diff --git a/ecs/jskult-batch-daily/sample_create_bio_sales_lot.py b/ecs/jskult-batch-daily/sample_create_bio_sales_lot.py deleted file mode 100644 index c92ebdf2..00000000 --- a/ecs/jskult-batch-daily/sample_create_bio_sales_lot.py +++ /dev/null @@ -1,35 +0,0 @@ -# import src.batch.bio_sales.create_bio_sales_lot as create_bio_sales_lot -import src.batch.common.batch_context as batch_context -import src.batch.ultmarc.ultmarc_process as ultmarc_process - -# context = batch_context.BatchContext.get_instance().is_ultmarc_imported = True -context = batch_context.BatchContext.get_instance() -context.syor_date = '2023/09/28' - -# import gzip -# import os -# import tarfile - - -# def main(): - -# gzname = '/Users/shimoda.m/Downloads/bio_slip_data_20230612204112.gz' -# ret = [] -# with tarfile.open(gzname, 'r') as tar: -# temp_dir = os.path.dirname(gzname) -# tar.extractall(path=temp_dir) -# extracted_files = tar.getnames() -# for extracted_file in extracted_files: -# file = os.path.join(temp_dir, extracted_file) -# ret.append(file) -# return ret - - -if __name__ == '__main__': - # main() - ultmarc_process.exec_import() - - # create_bio_sales_lot.exec() - - -# tar -zxvf '/Users/shimoda.m/Downloads/bio_slip_data_20230612204112-1.gz'