Fixes [WinError 32] and other bugs #2

Merged
Snootic merged 2 commits from beta into main 2023-11-14 15:24:57 -03:00
Snootic commented 2023-11-14 15:18:33 -03:00 (Migrated from github.com)

Fixes issue #1 and other bugs regarding saving and restoring files in Windows.

WinError 32:

  • Changed the line os.remove(schema) which caused the Issue.
  • Now the program drop all tables from the schema and execute the restoring script.

Saving files:

  • Created save.py containing all save functions.
  • Removed save functions from sqlite.py

Closing app:

  • App will no longer close when pressing Cancel button when confirm changes popup appears.
Fixes issue #1 and other bugs regarding saving and restoring files in Windows. #### WinError 32: - Changed the line os.remove(schema) which caused the Issue. - Now the program drop all tables from the schema and execute the restoring script. #### Saving files: - Created save.py containing all save functions. - Removed save functions from sqlite.py #### Closing app: - App will no longer close when pressing Cancel button when confirm changes popup appears.
Snootic (Migrated from github.com) reviewed 2023-11-14 15:23:48 -03:00
Snootic (Migrated from github.com) left a comment

Working on linux 👍

Working on linux 👍
Sign in to join this conversation.
No description provided.