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

[manuf] orchestrator.py tweaks #25488

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Conversation

nmoroze
Copy link
Contributor

@nmoroze nmoroze commented Dec 3, 2024

This PR fixes some small issues in orchestrator.py, and adds a --cp-only flag for convenience.

shutil.move() is more robust than os.rename(). If the source and
destination are on different partitions, os.rename() throws "OSError:
[Errno 18] Invalid cross-device link".

Signed-off-by: Noah Moroze <[email protected]>
@milesdai milesdai merged commit f22a505 into lowRISC:earlgrey_1.0.0 Dec 3, 2024
16 checks passed
@nmoroze nmoroze deleted the orchestrator branch December 3, 2024 06:39
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.

3 participants