fermi-ad / datalogger-to-ml

Scripts for requesting AD Controls data logger data and transforming those to the desired ML output format and destination.
3 stars 0 forks source link

`start` field in config isn't used #37

Open beauremus opened 2 years ago

beauremus commented 2 years ago

@jasonstjohn reports that files are not being produced after restarting the nanny with a specified start date in the config file.

Running it "in hand" revealed that the nanny was attempting to read the files in the output directory, which I thought was incorrect given that we gave it a strict start time.

I realize now that it should consider the files to deduce which time to start.