Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 2.6 を使用しています。dir_util.copy_tree 関数を使用してファイルをコピーしていますが、コマンド ラインでどのファイルがコピーされたかを確認したいと考えています。ただし、verbose=1 を指定した場合でも、それらを出力することはありません。これは既知のバグですか、それとも何か間違っていますか?
これが私のコードです:
distutils.dir_util.copy_tree(source, dest, verbose=1)