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

  • Committer: Tim Marston
  • Date: 2016-03-13 10:33:35 UTC
  • Revision ID: tim@ed.am-20160313103335-ffrpj5xuw1441aac
tweaked debug output

Show diffs side-by-side

added added

removed removed

209
209
                except Vcs.VcsError as e:
210
210
                        message = e.msg.rstrip()
211
211
                        if the.verbose >= 1:
212
 
                                message += '\n\nOUTPUT:\n' + e.output.rstrip()
 
212
                                message += '\n\nVCS OUTPUT:\n' + e.output.rstrip()
213
213
                        self.die( message )
214
214
                except self.FatalError as e:
215
215
                        self.die( e.msg )