-
Notifications
You must be signed in to change notification settings - Fork 111
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
Update ExportCallback #130
Conversation
Codecov Report
@@ Coverage Diff @@
## update-0.2.4 #130 +/- ##
================================================
+ Coverage 86.50% 86.98% +0.48%
================================================
Files 40 40
Lines 2578 2590 +12
Branches 346 348 +2
================================================
+ Hits 2230 2253 +23
+ Misses 325 319 -6
+ Partials 23 18 -5
Continue to review full report at Codecov.
|
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.
LGTM
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 think there is a potential bug / misleading warning when checking the directory
Note
resolve #127
filename
anddirectory
is added for clarity.get_last_saved_path
method for path check.close
andclear
instead of__del__
which could be more vulnerable to other exceptions.