From e97d1d84ff05a7db431ba1e9a03955c4e2f7affb Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 20 Nov 2008 15:31:25 -0500 Subject: Minor indentation tweak Tweak style from last patch to match personal preference. --- git-bz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-bz b/git-bz index ab9289c..ad84321 100755 --- a/git-bz +++ b/git-bz @@ -444,8 +444,8 @@ def get_bugzilla_cookies(host): if not cp.has_option(section, "Path"): continue - if profile_path is None or ( - cp.has_option(section, "Default") and cp.get(section, "Default").strip() == "1"): + if (not profile_path or + (cp.has_option(section, "Default") and cp.get(section, "Default").strip() == "1")): profile_path = os.path.join(profiles_dir, cp.get(section, "Path").strip()) if not profile_path: -- cgit v1.2.3