From 867bb45e6df984a116397e0f1a94093633822e0d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 9 Oct 2013 03:42:20 +0200 Subject: add bug todo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/bfind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bfind.py') diff --git a/src/bfind.py b/src/bfind.py index 342e002..abf7284 100755 --- a/src/bfind.py +++ b/src/bfind.py @@ -65,7 +65,7 @@ while len(queue) > 0: continue visited_name.add(os.path.realpath(path)) if not xdev: - if os.stat(path).st_dev != start_dev: # TODO make sure there is not symlinking problems + if os.stat(path).st_dev != start_dev: # TODO make sure there is not symlinking problems # TODO fails on broken links continue sys.stdout.buffer.write(path.encode('utf-8')) sys.stdout.buffer.write(ending) -- cgit v1.2.3-70-g09d2