New json saving feature #1
No reviewers
Labels
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ASPP/2026-latam-git!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature-disk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As discussed I added a safe storing to json in plain text
LGTM
@ -20,0 +30,4 @@file = 'database.json'try:PWDB = read_pwdb(file)except:hey, a bare except? I think this is not the right way of catching an exception... maybe try:
Sure
OK, I agree with @rike this LGTM