Fix infrequent PEP 8 issues.

This commit is contained in:
Matt Clay
2017-01-27 13:04:59 -08:00
parent 13fc909058
commit 63b1e0c277
31 changed files with 41 additions and 50 deletions

View File

@@ -151,7 +151,7 @@ def iscsi_get_cached_nodes(module, portal=None):
# older versions of scsiadm don't have nice return codes
# for newer versions see iscsiadm(8); also usr/iscsiadm.c for details
# err can contain [N|n]o records...
# err can contain [N|n]o records...
elif rc == 21 or (rc == 255 and "o records found" in err):
nodes = []
else: