-
Notifications
You must be signed in to change notification settings - Fork 325
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
JvTFDays: Map column under certain conditions not found #127
base: master
Are you sure you want to change the base?
JvTFDays: Map column under certain conditions not found #127
Conversation
Ok, a further look at the source and the notes added to the issue reveal, that the other note has already been implemented while the first suggestion with catching the exception (which is the contents of my pull request) has not. I also saw that the routine where the note wanted changes has been commented out and the version from the note including commenting code out and commenting that the modified code is some untested source only are still there. What to do with that? |
I despise empty |
…n't cure the real issue.
Removed the try except, as the called method has received some fix which is more in direction to fix the real problem. |
So, if I read the final content correctly, there is nothing left to change? |
Applied the fix suggested in the note to the Mantis issue, which catches exceptions and sets values to sensible values. |
I'm still not happy with |
I agree with @obones - the BUG needs to be reproducible, so the actual source of the exception can be found and handled/dealt with. |
Handle exceptions so it doesn't crash. Fix for acknowledged Mantis issue 6409.
http://issuetracker.delphi-jedi.org/view.php?id=6409