[Fwd: [puppet] Fix more indenting]

Nick Bebout nb at fedoraproject.org
Wed Feb 23 01:56:03 UTC 2011


The last two patches should fix the root cause of the spams, and extra
space before except and pass.

I applied these as "emergency" patches also, to avoid flooding root at redhat
with like ~20-30 errors per minute

Nick

---------------------------- Original Message ----------------------------
Subject: [puppet] Fix more indenting
From:    "Nick Bebout" <nb at fedoraproject.org>
Date:    Tue, February 22, 2011 7:51 pm
To:      sysadmin-members at fedoraproject.org
--------------------------------------------------------------------------

commit da94ee041dfe914c90669365feac08c03f1302a6
Author: Nick Bebout <nb at puppet01.phx2.fedoraproject.org>
Date:   Wed Feb 23 01:51:00 2011 +0000

    Fix more indenting

 .../hotfix/files/transifex/tx-simpleauth-views.py  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/hotfix/files/transifex/tx-simpleauth-views.py
b/modules/hotfix/files/transifex/tx-simpleauth-views.py
index 02bf8e1..e26751e 100644
--- a/modules/hotfix/files/transifex/tx-simpleauth-views.py
+++ b/modules/hotfix/files/transifex/tx-simpleauth-views.py
@@ -22,7 +22,7 @@ def login(request, template_name='simpleauth/signin.html'):
     try:
         request.user.message_set.create(
             message=_("Login is disabled due to migration to
fedora.transifex.net."))
-     except:
+    except:
         pass
     return HttpResponseRedirect(reverse('transifex.home'))
 #    next = clean_next(request.GET.get('next'))




More information about the infrastructure mailing list