oops invalid syntax
This commit is contained in:
parent
f43b2e6834
commit
7602f0c1cc
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class BackendsConfig(object):
|
||||||
try:
|
try:
|
||||||
mode = os.stat(confpath).st_mode
|
mode = os.stat(confpath).st_mode
|
||||||
except OSError:
|
except OSError:
|
||||||
if if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
fptr = open(confpath,'w')
|
fptr = open(confpath,'w')
|
||||||
fptr.close()
|
fptr.close()
|
||||||
elif re.match('freebsd[0-9]*', sys.platform):
|
elif re.match('freebsd[0-9]*', sys.platform):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue