/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/copy_in.py

  • Committer: Tim Marston
  • Date: 2014-03-19 20:02:46 UTC
  • Revision ID: tim@ed.am-20140319200246-xbde7zekxf410oyl
removed double return

Show diffs side-by-side

added added

removed removed

154
154
                        else:
155
155
                                self.changed.append( "%s (now %s)" % (
156
156
                                        rel_file, self.name_of_type( src_type ) ) )
 
157
 
157
158
                # can not recurse on a non-directory
158
159
                return False
159
 
                return False