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
4aab9f44
Commit
4aab9f44
authored
Sep 29, 2022
by
BO ZHANG
🏀
Browse files
tweaks
parent
f78adc77
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
4aab9f44
...
...
@@ -351,7 +351,8 @@ class CsstMsDataManager:
else
:
raise
ValueError
(
"@DM: invalid hostname {}!"
.
format
(
hostname
))
return
CsstMsDataManager
(
ver_sim
=
ver_sim
,
dir_l0
=
dir_l0
,
dir_l1
=
dir_l1
,
dir_pcref
=
dir_pcref
,
path_aux
=
path_aux
)
return
CsstMsDataManager
(
ver_sim
=
ver_sim
,
datatype
=
datatype
,
dir_l0
=
dir_l0
,
dir_l1
=
dir_l1
,
dir_pcref
=
dir_pcref
,
path_aux
=
path_aux
)
class
CsstMbiDataManager
:
...
...
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