FiRE-HNL / alaska-wildfire-occurrence

Wildfire occurrence modeling using Terrestrial Ecosystem Models and Artificial Intelligence
Apache License 2.0
0 stars 0 forks source link

Remove os.system and use subprocess #30

Open jordancaraballo opened 1 year ago

jordancaraballo commented 1 year ago

subprocess is the preferred way of executing local system commands. Replace os.system since it is not secure and does not allow to monitor exceptions and responses.