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:
if (
not command_line.device_id
or (
command_line.device_id.strip().lower()
== dev.content["id"].strip().lower()
not command_line.device_id or
(
command_line.device_id.strip().lower() ==
dev.content["id"].strip().lower()
)
):
# List device(s)