Re: [PATCH] Correct syntax error.

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

 





Joel Granados Moreno wrote:
---
 device.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Looks good.

Regards,

Hans

diff --git a/device.py b/device.py
index dbb4043..34a361a 100644
--- a/device.py
+++ b/device.py
@@ -716,7 +716,7 @@ class RaidSet:
         # For none mirror the devs have to be in order.
         else:
             for i in range(len(table1sets)):
-                if (table1sets[i] != table2sets[i])
+                if table1sets[i] != table2sets[i]:
                     return False
return True

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

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