-
Notifications
You must be signed in to change notification settings - Fork 146
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
Suggested improvement for openfile #1183
Comments
And I'll just second this. |
This could be a naive question, but the code currently looks like:
Would we achieve the same effect if we instead left the code mostly as-is but handled the errors on the CAM side within cam_pio_openfile via a |
I think that there is an issue with that in that the failure is happening at a layer below PIO and control is not sent back to the PIO layer to be in turn passed back to cam. |
@jedwards4b ah, ok. thanks! i'll plop this change into my current open PR |
What is the feature/what would you like to discuss?
In cam_pio_openfile the file is opened and then a message is written that it was successfully opened. As a consequence if a file is not opened correctly the message is not printed. This make it difficult to determine what file was causing the issue. I would like to request that this message be moved to prior to opening the file:
I think that this will be a great help in debugging issues with inputdata.
Is there anyone in particular you want to be part of this conversation?
@brian-eaton
Will this change (regression test) answers?
No
Will you be implementing this enhancement yourself?
Any CAM SE can do this
The text was updated successfully, but these errors were encountered: