File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1057,14 +1057,14 @@ def add_files(db):
10571057 lib .add_file ("turtle.cfg" )
10581058 if dir == "pydoc_data" :
10591059 lib .add_file ("_pydoc.css" )
1060- if dir == "data" and parent .physical == "test" and parent . basedir . physical == "email " :
1060+ if dir == "data" and parent .physical == "test_email " :
10611061 # This should contain all non-.svn files listed in subversion
10621062 for f in os .listdir (lib .absolute ):
10631063 if f .endswith (".txt" ) or f == ".svn" :continue
10641064 if f .endswith (".au" ) or f .endswith (".gif" ):
10651065 lib .add_file (f )
10661066 else :
1067- print ("WARNING: New file %s in email/ test/data" % f )
1067+ print ("WARNING: New file %s in test/test_email /data" % f )
10681068 for f in os .listdir (lib .absolute ):
10691069 if os .path .isdir (os .path .join (lib .absolute , f )):
10701070 pydirs .append ((lib , f ))
You can’t perform that action at this time.
0 commit comments