Skip to content
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

Pull bugfixes for #35 and #37 onto main #40

Merged
merged 3 commits into from
Jan 8, 2023
Merged

Pull bugfixes for #35 and #37 onto main #40

merged 3 commits into from
Jan 8, 2023

Conversation

Balvald
Copy link
Owner

@Balvald Balvald commented Jan 8, 2023

fixes #35
fixes #37

this should implement something that'll fix #37

also again redo the fix for #35 because I unknowingly removed the commit with the
SHA: 4276c39
out of the repos history while rebasing.
So it's changes are again found in here.
need to actually get the split string because any string with " (Worth: <amount>" in it will make the second scan trigger # case 3 and 5 when getting a "sample" scan event if the current scan progress is "1/3" or "3/3"
What was missing:

In "Log" scantype event did not clear the scan 2 pos distance string.
since after "Log" we only have distance 1.

didn't use the proper last_scan_plant string (have to split it because of #29 ) didn't do that before was resetting distance 1 without showing everytime before I changed this. Also forgot to clear the string variable.

Though I needed to adjust the case for when to update the distances.
Might be doing nothing since on "1/3" plugin.AST_scan_2_pos_vector[0] will always be None.
atleast now it properly checks for plugin.AST_scan_2_pos_vector.

extended line in the preferences menu.
no string or other ui element in there should be longer than line.

readme updated so that the "new" features are not really new since they've been in two prior releases. with varying ways of them working.

demoted all the logger.info calls in journalcrawler.py to logger.debug.
@Balvald Balvald added this to the v0.2.5 milestone Jan 8, 2023
@Balvald Balvald self-assigned this Jan 8, 2023
@Balvald Balvald merged commit fc154ae into main Jan 8, 2023
@Balvald Balvald deleted the dev branch January 8, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant