PyBites-Open-Source / eatlocal

This package helps users solve PyBites code challenges on their local machine.
MIT License
20 stars 9 forks source link

Non access bite scenario early return does create empty folder #46

Closed bbelderbos closed 1 week ago

bbelderbos commented 1 week ago

Love this new early return based on access - thanks!

image

The only thing is that I do end up with an empty folder in my eatlocal target download folder:

$ ls
enumerate-2-sequences   sum-n-numbers

And therefor it shows up in the submit list:

image

So this needs fixing please.

image

Thanks!

bbelderbos commented 1 week ago

fixed https://github.com/PyBites-Open-Source/eatlocal/pull/49