d30ff9ac by 周伟奇

modify dda dir

1 parent 6847ba4b
...@@ -44,7 +44,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -44,7 +44,7 @@ class Command(BaseCommand, LoggerMixin):
44 # 数据目录 44 # 数据目录
45 self.data_dir = conf.DATA_DIR 45 self.data_dir = conf.DATA_DIR
46 # DDA目录 46 # DDA目录
47 self.dda_dir = os.path.join(self.data_dir, 'HIL', 'DDA') 47 self.dda_dir = os.path.join(self.data_dir, 'HIL', 'SF5-CL-S-1', 'DDA')
48 self.dda_complete_dir = os.path.join(self.dda_dir, 'complete') 48 self.dda_complete_dir = os.path.join(self.dda_dir, 'complete')
49 self.dda_wanting_dir = os.path.join(self.dda_dir, 'wanting') 49 self.dda_wanting_dir = os.path.join(self.dda_dir, 'wanting')
50 # ocr相关 50 # ocr相关
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!