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
I went to an issue where my last parameter contains a dot (but is not a filename)
As I used the accept() method my parameter was missing its right part (ref.part => ref).
I had to copy the accept / abstractAccept classes code to a custom routine just to get rid of this behavior (thoses classes implements IgnorableFileExtension, i just changed that).
It would be nice to make this configurable or to add an alternative version.
The text was updated successfully, but these errors were encountered:
Hi,
I went to an issue where my last parameter contains a dot (but is not a filename)
As I used the accept() method my parameter was missing its right part (ref.part => ref).
I had to copy the accept / abstractAccept classes code to a custom routine just to get rid of this behavior (thoses classes implements IgnorableFileExtension, i just changed that).
It would be nice to make this configurable or to add an alternative version.
The text was updated successfully, but these errors were encountered: