ACHMartin / seastar_project

4 stars 0 forks source link

Simple config.ini reader to set local paths for each machine #223

Closed DavidMcCann-NOC closed 1 year ago

DavidMcCann-NOC commented 1 year ago

This should work on multiple devices with different operating systems, provided that the path strings for each device are entered into the config.ini file in the correct local format. (e.g., for Windows the slash used in file paths is the other way round to linux). The device name can be found with the platform module and is the output of platform.node()