PATCH: fix indentation error (courtesy of pychecker)
Looks OK to me
Martin
----- Original Message -----
From: "Hans de Goede" <hdegoede@redhat.com>
To: "Discussion of Development and Customization of the Red Hat Linux Installer" <anaconda-devel-list@redhat.com>
Sent: Monday, November 3, 2008 12:25:34 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
Subject: PATCH: fix indentation error (courtesy of pychecker)
Hi All,
Not sure how good thunderbird is with inline patches ...
index eb3f647..18c2c40 100644
--- a/filer.py
+++ b/filer.py
@@ -117,8 +117,8 @@ class AbstractFiler(object):
same product name. If not, return self.defaultProduct. This method
queries the bug filing system for a list of valid products. It must
be provided by all subclasses.
- """
- raise NotImplementedError
+ """
+ raise NotImplementedError
def getversion(self, ver, prod):
"""Verify that ver is a valid version number for the product name prod.
Regards,
Hans
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-03-2008, 10:25 AM
Hans de Goede
PATCH: fix indentation error (courtesy of pychecker)
Hi All,
Not sure how good thunderbird is with inline patches ...
index eb3f647..18c2c40 100644
--- a/filer.py
+++ b/filer.py
@@ -117,8 +117,8 @@ class AbstractFiler(object):
same product name. If not, return self.defaultProduct. This method
queries the bug filing system for a list of valid products. It must
be provided by all subclasses.
- """
- raise NotImplementedError
+ """
+ raise NotImplementedError
def getversion(self, ver, prod):
"""Verify that ver is a valid version number for the product name prod.
Regards,
Hans
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list