[oe-commits] org.oe.dev seppuku.bbclass: fix indentation

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 8 11:37:19 UTC 2007


seppuku.bbclass: fix indentation
* grrrrr, stupid python

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 87682066586eade9fec532c4e17ea6c8b242428d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=87682066586eade9fec532c4e17ea6c8b242428d
Files:
1
classes/seppuku.bbclass
Diffs:

#
# mt diff -r3bd248def5cb4fce1c26d9c0a08573ebbcca1655 -r87682066586eade9fec532c4e17ea6c8b242428d
#
# 
# 
# patch "classes/seppuku.bbclass"
#  from [fb98aeef695eae7972516d4280eb563c9b1efaca]
#    to [7aca47c3d82b67562208c0117388a76d2139ecda]
# 
============================================================
--- classes/seppuku.bbclass	fb98aeef695eae7972516d4280eb563c9b1efaca
+++ classes/seppuku.bbclass	7aca47c3d82b67562208c0117388a76d2139ecda
@@ -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):






More information about the Openembedded-commits mailing list