democritus-project / d8s-python

Democritus functions for working with Python ASTs.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Update "python_file_names" function to set "recursive=False" into "directory_file_names_matching" #17

Closed fhightower closed 3 years ago

fhightower commented 3 years ago

https://github.com/democritus-project/d8s-python/blob/1b337378eb97609df8f3b087591bde2fb8722769/d8s_python/python_data.py#L240

fhightower commented 3 years ago

No longer needed as directory_file_names_matching sets recursive=False by default.