mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
01e7d8278d
commit
f3b3936fa9
@ -620,6 +620,7 @@ for launcher_name, folder in folder_names.items():
|
|||||||
else:
|
else:
|
||||||
print(f'{new_path} already exists and is not empty. Skipping renaming and symlinking.')
|
print(f'{new_path} already exists and is not empty. Skipping renaming and symlinking.')
|
||||||
continue # skip to the next iteration
|
continue # skip to the next iteration
|
||||||
|
|
||||||
# Rename the folder
|
# Rename the folder
|
||||||
os.rename(current_path, new_path)
|
os.rename(current_path, new_path)
|
||||||
print(f"Renamed {current_path} to {new_path}")
|
print(f"Renamed {current_path} to {new_path}")
|
||||||
|
Loading…
Reference in New Issue
Block a user