#48 create-filelist bombs on dangling symlinks
Closed: Fixed Opened by tibbs.

I'm not sure if this is new, but create-filelist will fail if it hits a dangling symlink:

Traceback (most recent call last):
  File "./create-filelist", line 176, in <module>
    main()
  File "./create-filelist", line 145, in main
    for entry in recursedir(skip=opts.skip_files):
  File "./create-filelist", line 71, in recursedir
    if not (entry.stat(follow_symlinks=True).st_mode & stat.S_IRGRP):
OSError: [Errno 2] No such file or directory: './7Server'

Metadata Update from @tibbs:
- Issue tagged with: bug

Metadata Update from @tibbs:
- Issue set to the milestone: 0.1

Fixed with b30900b and tested with 3f22b25.

Metadata Update from @tibbs:
- Issue assigned to tibbs
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata