/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to lib/stdhome/walker/walker.py

  • Committer: Tim Marston
  • Date: 2014-04-05 22:29:08 UTC
  • Revision ID: tim@ed.am-20140405222908-3onggkfp5akpz21t
got symlink accept lists working; fixed some walker bugs

Show diffs side-by-side

added added

removed removed

79
79
                        else:
80
80
                                self.type = '?'
81
81
                        if os.path.islink( self.file ):
82
 
                                self.link_type = type
 
82
                                self.link_type = self.type
83
83
                                self.type = 'l'
84
84
                        else:
85
85
                                self.link_type = False