derrod/legendary

Allow move of games between different drives

buswedg opened this issue · 1 comments

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?

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

This can be closed.