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

  • Committer: Tim Marston
  • Date: 2016-05-22 16:58:26 UTC
  • Revision ID: tim@ed.am-20160522165826-yi3hljqajbvp2par
changed copy base change reporting so that it doesn't silence when verbose
reporting is on

Show diffs side-by-side

added added

removed removed

49
49
        def print_op( self, rel_file, src, op, dst ):
50
50
 
51
51
                # report changes
52
 
                if self.report and the.verbose < 2 and op == '*':
 
52
                if self.report and op == '*':
53
53
                        if dst == '_':
54
54
                                print " N  %s" % ( rel_file )
55
55
                        elif src == '_':