Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #19110: Implement job to copy mis-placed translation images #21378

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
U8NWXD committed Dec 9, 2024
commit fd26f376a4365596d834d460fc6bb88f14fe9202

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def run(self) -> beam.PCollection[job_run_result.JobRunResult]:
{
'dst': [],
'copy_info': [{
'dst': ['exploration_suggestions/e1/assets/image/image2.png'],
'dst': ['exploration_suggestions/.../image2.png'],
'src_exist': [False],
'dst_exist': [True]
}]
Expand Down
Loading
Loading