Commit 33f90971 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

abspath in OSS case

parent cec371e2
Pipeline #11943 passed with stage
in 0 seconds
......@@ -41,7 +41,6 @@ class CCDS:
self,
file_path: str,
pmapname: Optional[str] = None,
use_oss=None,
) -> dict:
if not pmapname:
......@@ -91,7 +90,7 @@ class CCDS:
refs_abspath = {}
if not use_oss:
if not self.use_oss:
# kick process NOT FOUND cases
for ref_type, ref_name in refs.items():
ref_info = client.api.get_file_info(pmapname, ref_name)
......
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