Moving operator before line break.

This commit is contained in:
Adam Coddington 2015-03-25 21:14:28 -07:00
parent f30c051272
commit 76a653664e

View file

@ -166,10 +166,10 @@ def main(args=None):
for dev in api.devices: for dev in api.devices:
if ( if (
not command_line.device_id not command_line.device_id or
or ( (
command_line.device_id.strip().lower() command_line.device_id.strip().lower() ==
== dev.content["id"].strip().lower() dev.content["id"].strip().lower()
) )
): ):
# List device(s) # List device(s)