[PATCH] Redundant checks in Koan's app.py

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The run() method for Koan starts off by checking to see if the server attribute is defined. Later on, in the same method, the same check occurs. Patch attached to save a clock tick or two... :)

-Adam

--- app.py.orig 2007-07-04 21:56:10.000000000 -0400
+++ app.py      2007-07-05 15:23:03.000000000 -0400
@@ -160,8 +160,6 @@
            raise InfoException, "must use either --virt or --replace-self"
        if self.is_virt and self.is_auto_kickstart:
            raise InfoException, "must use either --virt or --replace-self"
-        if not self.server:
-            raise InfoException, "no server specified"
        if self.verbose is None:
            self.verbose = True
        if (not self.profile and not self.system):

_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux