CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
169 stars 47 forks source link

Prevent getDirectoryList from returning files #305

Closed g7gpr closed 1 week ago

g7gpr commented 1 week ago

When CapturedFiles directory contains files, which are named in a similar way to an observation directory, and an event is created which references a time which matches the naming of the files, files get returned from getDirectoryList, rather than just directories, as described in issue #304

This pull request removes any files, so that only directories are returned.

g7gpr commented 1 week ago

Tested successfully on station which observed this problem.