-
Notifications
You must be signed in to change notification settings - Fork 50
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
end commas when patching #105
Comments
I'm pretty sure it's just never been implemented. It would not be too difficult to add it, though. I'll have a look tonight. |
Sweet. Thank you! |
I've just realized that this is not a simple change. This is because To do this correctly, we'd also have to know that we're at the end of a record, which may not be possible since the current This is a limitation of I'll have a bit deeper look and see if this one is easy enough to catch, but just a heads up that it may not be simple, if even possible. |
Thanks for the update. Appreciate you looking into this. Would be awesome if this could be implemented but I understand if the amount of work involved to get there isn't worth it. |
No worries, I will keep the issue open as a feature request. |
When patching a existing namelist with trailing commas, the commas are not preserved.
I tried a similar technique to #79 and it did not work
I've also tried patching with a Namelist object, which also does not work.
Is there something perhaps I'm missing or is this feature not available yet?
Thanks!
The text was updated successfully, but these errors were encountered: