grandchild / flatcrawler

Get notified via email when certain housing association websites post new flat offers.
Creative Commons Zero v1.0 Universal
15 stars 1 forks source link

Make sure that 'debug-sites' directory is created before being accessed. #12

Closed slaufmann closed 3 years ago

slaufmann commented 3 years ago

This pull request fixes an issue i stumbled across:

Even though the 'debug-sites' directory is present in a checked out version of this software it may be deleted by a user in order to clean up the debug logs. Therefore the directory is removed from version-control and created by the software if not already present before the first access.

grandchild commented 3 years ago

Oh, and one minor suggestion for the commit message: Forcing yourself to use active voice often makes the message considerably more concise:

Make sure that 'debug-sites' directory is created before being accessed.

:arrow_down:

Ensure creation of 'debug-sites' directory before access

slaufmann commented 3 years ago

I think the branch is ready for merging now:

grandchild commented 3 years ago

Thanks so much! :)