Current behavior:
The application.properties is loaded from the current working directory:
config = open("application.properties", "r")
This works in most cases, but in edge cases like ROS the working directory is not set properly for the current node.
Expected behavior:
The user should be able to provide a path where the application.properties are stored. Otherwise the file should be searched in the working directory.
I'm submitting a ...
Current behavior: The application.properties is loaded from the current working directory:
config = open("application.properties", "r")
This works in most cases, but in edge cases like ROS the working directory is not set properly for the current node.
Expected behavior: The user should be able to provide a path where the application.properties are stored. Otherwise the file should be searched in the working directory.
MSB client version: 1.0.2