Skip to content

Commit

Permalink
removed return
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Jun 20, 2024
1 parent cc2b405 commit e153136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get_unsigned_shortcut_id(signed_shortcut_id):
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:
Expand Down

0 comments on commit e153136

Please sign in to comment.