Skip to content

Commit 9332a13

Browse files
committed
Move shipane_sdk_config_template.yaml to online-quant/research folder
1 parent be0ed8a commit 9332a13

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config/joinquant/research/shipane_sdk_config_template.yaml renamed to config/online-quant/research/shipane_sdk_config_template.yaml

File renamed without changes.

scripts/shipane_sdk_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _install_sdk(self):
5353
self._logger.info(u"生成文件[%s]成功", output_file_path)
5454

5555
def _install_config(self):
56-
file_path = "config/{0}/research/shipane_sdk_config_template.yaml".format(self._quant)
56+
file_path = "config/online-quant/research/shipane_sdk_config_template.yaml"
5757
source_file = self._get_file(file_path)
5858

5959
tpl_output_file_path = os.path.join(self._output_dir, 'shipane_sdk_config_template.yaml')

0 commit comments

Comments
 (0)