From cda02f680f08cabaf217be93f6dc4dfeff6d40ae Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Sun, 17 Sep 2023 11:00:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E3=82=B5?= =?UTF-8?q?=E3=83=B3=E3=83=97=E3=83=AB=E3=82=B3=E3=83=BC=E3=83=89=E3=81=8C?= =?UTF-8?q?=E6=AE=8B=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test_create_bio_sales_lot.py | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 ecs/jskult-batch-daily/test_create_bio_sales_lot.py diff --git a/ecs/jskult-batch-daily/test_create_bio_sales_lot.py b/ecs/jskult-batch-daily/test_create_bio_sales_lot.py deleted file mode 100644 index 6178bda2..00000000 --- a/ecs/jskult-batch-daily/test_create_bio_sales_lot.py +++ /dev/null @@ -1,31 +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 - -# context = batch_context.BatchContext.get_instance().is_ultmarc_imported = True -context = batch_context.BatchContext.get_instance().is_not_business_day = False - -# 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() - create_bio_sales_lot.exec() - - -# tar -zxvf '/Users/shimoda.m/Downloads/bio_slip_data_20230612204112-1.gz'