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

abspath in OSS case

parent 0ec974f0
Pipeline #11920 passed with stage
in 0 seconds
......@@ -263,7 +263,7 @@ class Pipeline:
print(ref_name, ref_path)
ccds_refs_abs["refs"][ref_name] = (
os.path.join(self.ccds_root, ref_path)
if not ref_path["file_path"].__contains__(":")
if not ref_path.__contains__(":")
else ref_path
)
print(ccds_refs_abs)
......
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