-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added modules for save function #43
Conversation
Added a small fix in INSTALL to allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality correct
Added fix for issue #44 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks pretty good, although there are a couple of implementation details that should be modified. We can discuss tomorrow if you have any questions about the feedback.
Just solved all the issues, can this be merged before working on the YAML implementation? Or does it need any further changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested out the save/reload feature and I found a few issues with how errors/bad input is handled. It would be great if you could fix these issues before merging.
We can worry about that in a future PR. I'll just add an issue for now. |
Fixed all mentioned issues. |
I'm merging the PR. |
Added save.py with modules for save and reload functions.
Added parse support in main.py for save and reload flags.
Modified filename to be optional argument to accommodate reload flag.
Modified install script to make a directory in ~/.config for sootty to save files.