Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename test option to stop confusing the test system
On python 3.11 the previous code gave a warning: tests/test_cliUtils.py::MWOptionDecoratorTest::test_option .../python3.11/unittest/case.py:678: DeprecationWarning: It is deprecated to return a value that is not None from a test case (<lsst.daf.butler.cli.utils.MWOptionDecorator object at 0x2ae76e790>) return self.run(*args, **kwds)
- Loading branch information