/[soft]/mga-gnome/trunk/mga-gnome
ViewVC logotype

Diff of /mga-gnome/trunk/mga-gnome

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3568 by ovitters, Mon Mar 19 14:26:13 2012 UTC revision 3569 by ovitters, Mon Mar 19 14:48:42 2012 UTC
# Line 338  class SpecFile(object): Line 338  class SpecFile(object):
338              subprocess.check_call(['bm', '-p', '--nodeps'], cwd=self.cwd)              subprocess.check_call(['bm', '-p', '--nodeps'], cwd=self.cwd)
339          except subprocess.CalledProcessError:          except subprocess.CalledProcessError:
340              logfile = os.path.join(os.path.dirname(self.path), 'log.%s' % os.path.splitext(os.path.basename(self.path))[0])              logfile = os.path.join(os.path.dirname(self.path), 'log.%s' % os.path.splitext(os.path.basename(self.path))[0])
341              if os.path.exists(logfile)              if os.path.exists(logfile):
342                  subprocess.call(['tail', '-n', '15', logfile])                  subprocess.call(['tail', '-n', '15', logfile])
343              return False              return False
344    

Legend:
Removed from v.3568  
changed lines
  Added in v.3569

  ViewVC Help
Powered by ViewVC 1.1.30