From 7602f0c1cc9d988c7d67e4708968cb6d9ca7b9b1 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Tue, 26 Apr 2011 13:17:39 +0200 Subject: [PATCH] oops invalid syntax --- weboob/core/backendscfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/core/backendscfg.py b/weboob/core/backendscfg.py index 26ca702c..5293e346 100644 --- a/weboob/core/backendscfg.py +++ b/weboob/core/backendscfg.py @@ -41,7 +41,7 @@ class BackendsConfig(object): try: mode = os.stat(confpath).st_mode except OSError: - if if sys.platform == 'win32': + if sys.platform == 'win32': fptr = open(confpath,'w') fptr.close() elif re.match('freebsd[0-9]*', sys.platform):