You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a quick fix on my side but why modify the existing message within the gem? What problem does it solve?
Also somehow in some situations I'm seeing two dots at the end 🤔
Just noticed that it expects dot + space, but still I get an additional dot added.
The text was updated successfully, but these errors were encountered:
then it continues with return errors.strip which now returns C: cdr / host last imported at 2021-07-28 08:49:22. without the space.
Then it get's back into process_checks, now errors being C: cdr / host last imported at 2021-07-28 08:49:22. without the space in the end so a period + space is entered again.
I was wondering why my specs where suddenly failing after updating the gem.
Which led me to this change:
6269b9d#diff-62b6b428a662cf081fc326b69c57f59ac43aa727604a75eccfde66538031827fR93
It's a quick fix on my side but why modify the existing message within the gem? What problem does it solve?
Also somehow in some situations I'm seeing two dots at the end 🤔
Just noticed that it expects dot + space, but still I get an additional dot added.
The text was updated successfully, but these errors were encountered: