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
cec371e2
Commit
cec371e2
authored
Jan 20, 2026
by
BO ZHANG
🏀
Browse files
abspath in OSS case
parent
0ec974f0
Pipeline
#11920
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
cec371e2
...
...
@@ -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
)
...
...
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