[issue31214] os.walk has a bug on Windows

Peter Otten report at bugs.python.org
Tue Aug 15 19:01:57 EDT 2017


Peter Otten added the comment:

Read the documentation of os.walk() again. It already walks the complete directory tree starting with src. 

When you invoke it again by calling your copy_dir() method recursively you will of course see once more the files and directories in the respective subdirectory.

----------
nosy: +peter.otten

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31214>
_______________________________________


More information about the Python-bugs-list mailing list