-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove unnecessary condition in path stripping #1
Comments
JC3
changed the title
Potential error when all files are in same path
Potential error when all files are in different path
Apr 3, 2022
Check is not necessary:
|
JC3
changed the title
Potential error when all files are in different path
Remove unnecessary condition in path stripping
Apr 3, 2022
JC3
added
enhancement
New feature or request
minor
and removed
bug
Something isn't working
labels
Apr 3, 2022
Fixed by #8. |
JC3
added a commit
that referenced
this issue
Apr 4, 2022
0.9.2 feature set: - [new] update check; quick and painless. displays a button up top if update available (#4) - [fix] fixed tables not clearing on new file load (#12) - [fix] displayed filename not in sync with open document (#11) - [fix] reselecting the same file will now reload it (#13) - [fix] corrected font size in zip compression level dropdown - [improve] version and year bump - [improve] update screenshot although... it's pretty much the same (#7) - [code] simplified and cleaned up path stripping code (#1, #8, #10) - [code] slightly more proper html - [code] split up long jszip line (#5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed in code review. Could be a bug; assess later to confirm:
harextract/harextract.html
Line 190 in b9a4dc0
Possible that condition should be
ncommon <= 0
.The text was updated successfully, but these errors were encountered: