Commit c866aaea authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 6c10fbe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ class Pipeline:
            self.copy(self.abspath(file_path), local_file_path)
            return local_file_path

    def copy_ccds_refs(self, refs: dict, dir_dst: str = None) -> dict:
    def download_ccds_refs(self, refs: dict, dir_dst: str = None) -> dict:
        """Copy raw file from CCDS to output directory."""
        if dir_dst is None:
            dir_dst = self.dir_output