fix: update default_path with the actual widget value
This is a small change which is useful for remembering the previous chosen folder, otherwise it gives default_path which is initiated at the first time.
Make sure you've followed the Contributing guidelines before finalizing your pull request.
TL;DR:
[x] You're opening this PR against the current release branch
[x] Works on both Python 2.7 & Python 3.x
[x] Commits have been squashed and includes the relevant issue number
[x] Pull request description contains link to relevant issue or detailed notes on changes
[x] This must include example code demonstrating your feature or the bug being fixed
[x] All existing tests pass
[x] Your bug fix / feature has associated test coverage
fix: update default_path with the actual widget value This is a small change which is useful for remembering the previous chosen folder, otherwise it gives default_path which is initiated at the first time.
Make sure you've followed the Contributing guidelines before finalizing your pull request.
TL;DR: