Fixed syntax error

This commit is contained in:
twangboy 2016-01-25 18:22:55 -07:00
parent 3937380b79
commit 76a0cf33e5

View file

@ -547,7 +547,7 @@ def config(name,
if error is not None:
cmd.extend(['error=', error])
if display_name is not None:
cmd.extend(['DisplayName=', DisplayName])
cmd.extend(['DisplayName=', display_name])
if group is not None:
cmd.extend(['group=', group])
if depend is not None: