avoid malformed tasks for update signatures
This commit is contained in:
parent
7904e4e079
commit
acbb8cc521
1 changed files with 2 additions and 0 deletions
|
|
@ -3729,6 +3729,8 @@ def _taskLabel(taskInfo):
|
|||
# at this place (e.g. client without knowledge of such signatures)
|
||||
# it should still display at least "method (arch)"
|
||||
params = None
|
||||
except ParameterError:
|
||||
return '%s (%s, unknown args)' % (method, arch)
|
||||
|
||||
extra = ''
|
||||
if method in ('build', 'maven'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue