From 76a653664e3f8d08d3ae8c1e9654665161f1787b Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 25 Mar 2015 21:14:28 -0700 Subject: [PATCH] Moving operator before line break. --- pyicloud/cmdline.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyicloud/cmdline.py b/pyicloud/cmdline.py index 950fe04..e7a1f70 100755 --- a/pyicloud/cmdline.py +++ b/pyicloud/cmdline.py @@ -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)