From: Michael Brown <mcb30@xxxxxxxx> Signed-off-by: Michael Brown <mcb30@xxxxxxxx> --- pyanaconda/storage/fcoe.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyanaconda/storage/fcoe.py b/pyanaconda/storage/fcoe.py index 79d267b..0b30dd9 100644 --- a/pyanaconda/storage/fcoe.py +++ b/pyanaconda/storage/fcoe.py @@ -80,7 +80,7 @@ class fcoe(object): log.info("No FCoE EDD info found: %s" % rc.rstrip()) return - (key, val) = rc.split("=", 1) + (key, val) = rc.strip().split("=", 1) if val not in isys.getDeviceProperties(): log.error("Unknown FCoE NIC found in EDD: %s, ignoring" % val) return -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list