d30ff9ac by 周伟奇

modify dda dir

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