Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
33f90971
Commit
33f90971
authored
Jan 21, 2026
by
BO ZHANG
🏀
Browse files
abspath in OSS case
parent
cec371e2
Pipeline
#11943
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/ccds.py
View file @
33f90971
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment