1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 16:38:42 +00:00

Return target directory

This commit is contained in:
Mathieu Comandon 2024-04-06 22:01:42 -07:00
parent 8ca5136bb7
commit 3d0f6bddcc

View File

@ -1059,7 +1059,7 @@ class Game(GObject.Object):
if not system.path_exists(old_location):
logger.warning("Initial location %s does not exist, files may have already been moved.")
return
return target_directory
try:
shutil.move(old_location, new_location)