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 empty output #22

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Fix empty output #22

merged 1 commit into from
Oct 9, 2024

Conversation

srueg
Copy link
Collaborator

@srueg srueg commented Oct 9, 2024

If no output was produced, no mv should be done, as it would fail on non-existent directory, e.g.:

mv: rename pkl_eval_multiple_empty_output/work/_generated_files/* to bazel-out/darwin_arm64-fastbuild/bin/tests/pkl_eval/pkl_eval_multiple_empty_output/*: No such file or directory

If no output was produced, no `mv` should be done, as it would fail on
non-existent directory, e.g.:

```
mv: rename pkl_eval_multiple_empty_output/work/_generated_files/* to bazel-out/darwin_arm64-fastbuild/bin/tests/pkl_eval/pkl_eval_multiple_empty_output/*: No such file or directory
```
@KushalP KushalP merged commit 6317523 into main Oct 9, 2024
2 checks passed
@KushalP KushalP deleted the multi-output-mv branch October 9, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants