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

tweak

parent 7f366bf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)),