calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Proceeding too fast when skipping a corrupted zip archive #34

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

I encountered a problem during testing that after processing a corrupted zip file the CalliopEO.py script proceeded too fast. For the next zip the script tried to create a run_YYYYMMDD-HHMMSS with the same date/time stamp.

This can be easily fixed by introducing a wait of at least 1 second.

rzbrk commented 3 years ago

See fix in 2f63c32.

Can be closed, if pull request #33 is merged