[jhbuild] Fixed usage of tab
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Fixed usage of tab
- Date: Mon, 12 Apr 2010 09:09:21 +0000 (UTC)
commit b137598f908842787cb235b795e34c4101882fa8
Author: Frédéric Péters <fpeters 0d be>
Date: Mon Apr 12 11:09:09 2010 +0200
Fixed usage of tab
jhbuild/frontends/autobuild.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/frontends/autobuild.py b/jhbuild/frontends/autobuild.py
index 42386c3..d181121 100644
--- a/jhbuild/frontends/autobuild.py
+++ b/jhbuild/frontends/autobuild.py
@@ -260,7 +260,7 @@ class AutobuildBuildScript(buildscript.BuildScript, TerminalBuildScript):
def handle_error(self, module, phase, nextphase, error, altphases):
'''handle error during build'''
- print 'FIXME: handle error! (failed build: %s: %s)' % (module, error)
+ print 'FIXME: handle error! (failed build: %s: %s)' % (module, error)
return 'fail'
def _upload_ldtp_logfile (self, module):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]