sberl / supersid

Cross-platform Sudden Ionospheric Disturbances (SID) monitor
MIT License
9 stars 9 forks source link

config.py:readConfig() doesn't check if local_tmp is writeable. #49

Closed sberl closed 2 years ago

sberl commented 2 years ago

config.py:readConfig() checks if the specified path is a directory, but does not check permissions to see that it is readable and writeable. I think in order to be useful for our purposes, SuperSID must have read and write permissions to this directory.