We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ff777 commit 600e135Copy full SHA for 600e135
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