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
5c27fc90
Commit
5c27fc90
authored
Feb 20, 2023
by
BO ZHANG
🏀
Browse files
tweak
parent
7f366bf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
5c27fc90
...
...
@@ -825,7 +825,7 @@ class CsstMsDataManager:
# make symbolic links
print
(
"Making symbolic links ..."
)
for
rec
in
recs
:
for
rec
in
recs
[
"data"
]
:
os
.
symlink
(
src
=
os
.
path
.
join
(
dfs_root
,
rec
.
file_path
),
dst
=
os
.
path
.
join
(
dir_l0
,
os
.
path
.
basename
(
rec
.
file_path
)),
...
...
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