--- device.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list