mgdelmonte

Results 3 issues of mgdelmonte

Fire's arg parser truncates strings with hashes (#) in them. Simple test: test.py: ``` import fire def test(a): print(a, type(a)) fire.Fire(test) ``` ``` > python test.py hi#there hi > python...

bug

The setup script `c:\opt\ros\melodic\x64\setup.bat` properly sets the `PYTHONHOME` env var, but it does not set `PYTHON_EXECUTABLE`, which `catkin_make` references independently. On a system with many python interpreters, this means `catkin_make`...

bug
ROS1

"""ISO 4217 currency. Its enumerants are ISO 4217 currencies except for some special currencies like ```XXX``. Enumerants names are lowercase cureency code e.g. :attr:`Currency.eur`, :attr:`Currency.usd`. change to: """ISO 4217 currency....