aboutsummaryrefslogtreecommitdiffstats
path: root/classes/seppuku.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-08 11:05:20 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-08 11:05:20 +0000
commitdac9996698abbf10b95ff0e90dc762882a566c91 (patch)
treef6597d1f086426e2414c12a7c4fc537830644bf2 /classes/seppuku.bbclass
parent4e63bfd7754b8366b19d4182aa24af4798fcc60a (diff)
downloadopenembedded-dac9996698abbf10b95ff0e90dc762882a566c91.tar.gz
seppuku.bbclass: fix indentation
* grrrrr, stupid python
Diffstat (limited to 'classes/seppuku.bbclass')
-rw-r--r--classes/seppuku.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/seppuku.bbclass b/classes/seppuku.bbclass
index 937c973ad5..a3b8b36dd0 100644
--- a/classes/seppuku.bbclass
+++ b/classes/seppuku.bbclass
@@ -346,8 +346,8 @@ python seppuku_eventhandler() {
bug_number = seppuku_file_bug(poster, newbug, product, component, bugname, text)
if not bug_number:
print >> debug_file, "Filing a bugreport failed"
- else:
- print >> debug_file, "The new bug_number: '%s'" % bug_number
+ else:
+ print >> debug_file, "The new bug_number: '%s'" % bug_number
if file:
if not seppuku_create_attachment(debug_file, poster, attach, product, component, bug_number, text, file):