Can't process folders #53
Labels
effort: medium
These issues require some work
priority: high
type: error
Bug in the code, typo or omission in the docs, etc.
An error in the handling of paths in
check_folder()
means that folders can't be processed anymore:endswith(".py")
on aPath
objectopen()
gets the basename, not full name.To do:
str(path)
instead ofpath.name
sample
fileThe text was updated successfully, but these errors were encountered: