Commit 1f9a4026 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix coding style.

Patch by Timothée Lacroix <timothee.lacroix@tiolive.com>
parent d43beaa3
......@@ -41,7 +41,7 @@ def umask(mask):
finally:
os.umask(original)
def getKey(expression, buildout, _,options):
def getKey(expression, buildout, _, options):
section, entry = expression.split(':')
if section:
return buildout[section][entry]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment