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
df127cd2
Commit
df127cd2
authored
Jan 19, 2026
by
BO ZHANG
🏀
Browse files
print arguments
parent
ca429894
Pipeline
#11905
canceled with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
df127cd2
...
...
@@ -209,6 +209,7 @@ class Pipeline:
@
staticmethod
def
dump_oss_file
(
rpath
:
str
,
lpath
:
str
)
->
str
:
"""Copy OSS file `file_src` to `file_dist`."""
print
(
f
"rpath=
{
rpath
}
, lpath=
{
lpath
}
"
)
s3_fs
.
get
(
rpath
,
lpath
)
assert
os
.
path
.
exists
(
lpath
),
f
"Failed to dump OSS file
{
rpath
}
to
{
lpath
}
!"
return
lpath
...
...
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