We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc135f + 600e135 commit 6e46b78Copy full SHA for 6e46b78
src/4/creating_data_processing_pipelines/example.py
@@ -10,7 +10,7 @@ def gen_find(filepat, top):
10
'''
11
for path, dirlist, filelist in os.walk(top):
12
for name in fnmatch.filter(filelist, filepat):
13
- yield os.path.join(path,name)
+ yield os.path.join(path, name)
14
15
def gen_opener(filenames):
16
0 commit comments