Commit 5c27fc90 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweak

parent 7f366bf2
...@@ -825,7 +825,7 @@ class CsstMsDataManager: ...@@ -825,7 +825,7 @@ class CsstMsDataManager:
# make symbolic links # make symbolic links
print("Making symbolic links ...") print("Making symbolic links ...")
for rec in recs: for rec in recs["data"]:
os.symlink( os.symlink(
src=os.path.join(dfs_root, rec.file_path), src=os.path.join(dfs_root, rec.file_path),
dst=os.path.join(dir_l0, os.path.basename(rec.file_path)), dst=os.path.join(dir_l0, os.path.basename(rec.file_path)),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment