mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
removed return
This commit is contained in:
parent
cc2b4053ea
commit
e1531369e7
@ -198,7 +198,7 @@ else:
|
||||
except Exception as e:
|
||||
print(f"Error reading shortcuts file: {e}")
|
||||
print("Please check the file and try again.")
|
||||
return
|
||||
sys.exit() # Exit the script if an error occurs
|
||||
|
||||
# Check data integrity before writing to file
|
||||
if shortcuts and isinstance(shortcuts, dict) and 'shortcuts' in shortcuts:
|
||||
|
Loading…
Reference in New Issue
Block a user