sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Make noodle path be case insensitive #259

Closed taldcroft closed 1 year ago

taldcroft commented 1 year ago

Description

Make life a little easier if a noodle path has the wrong case.

Interface impacts

Testing

Unit tests

Independent check of unit tests by Jean

Functional tests

No functional testing.

jeanconn commented 1 year ago

I thought this might make the whole path case-insensitive, but it looks like this just means that these

      \\noodle\FOT
      \\noodle\GRETA\mission\Backstop
      \\noodle\vweb

would be case-insensitive as the rest of the path needs case. That's fine. Since the case-insensitive part isn't described as a new feature in the help it seems fine this is just a bonus for a few paths (or parts of the path).

taldcroft commented 1 year ago

@jeanconn - yes, this is a pretty limited fix. So please hit the Approve button if you are good with it.