Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
7a03add9
Commit
7a03add9
authored
Jun 14, 2023
by
BO ZHANG
🏀
Browse files
new DFS gateway
parent
f409cf25
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/params.py
View file @
7a03add9
...
...
@@ -15,5 +15,5 @@ from . import PACKAGE_PATH
with
open
(
PACKAGE_PATH
+
"/data/csst_params.yml"
)
as
f
:
CSST_PARAMS
=
yaml
.
safe_load
(
f
)
with
open
(
PACKAGE_PATH
+
"/data/
dfs
_conf.yml"
)
as
f
:
with
open
(
PACKAGE_PATH
+
"/data/
node
_conf.yml"
)
as
f
:
DFS_CONF
=
yaml
.
safe_load
(
f
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment