Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix parameter name rendering problem
  • Loading branch information
m-kuhn authored and nyalldawson committed Mar 6, 2018
1 parent a1fc70f commit 9f76c41
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -405,6 +405,7 @@ def accept(self):
msg = self.tr('The parameter `{}` is not registered, are you missing a required plugin?'.format(self.paramType))
raise UndefinedParameterException(msg)
self.param = paramTypeDef.create(name)
self.param.setDescription(name)
self.param.setMetadata(paramTypeDef.metadata())

if not self.requiredCheck.isChecked():
Expand Down

0 comments on commit 9f76c41

Please sign in to comment.