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

Allow move of games between different drives #616

Closed
buswedg opened this issue Oct 22, 2023 · 1 comment
Closed

Allow move of games between different drives #616

buswedg opened this issue Oct 22, 2023 · 1 comment

Comments

@buswedg
Copy link

buswedg commented Oct 22, 2023

if isinstance(e, OSError) and e.errno == 18:

Curious why moving games between drives is not supported? Could catch here, and use shutil.copy and then os.remove on successful copy?

@buswedg
Copy link
Author

buswedg commented Oct 22, 2023

Sorry, my bad. I just saw the PR here: #532

This can be closed.

@buswedg buswedg closed this as completed Oct 22, 2023
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

No branches or pull requests

1 participant