fixed types
This commit is contained in:
parent
3b593e36cf
commit
71240e7473
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ class PhabTalk:
|
|||
lint=lint_messages))
|
||||
|
||||
def add_artifact(self, phid: str, file: str, name: str, results_url: str):
|
||||
artifactKey=str(uuid.uuid4()),
|
||||
artifactType='uri',
|
||||
artifactKey=str(uuid.uuid4())
|
||||
artifactType='uri'
|
||||
artifactData={'uri': '{}/{}'.format(results_url, file),
|
||||
'ui.external': True,
|
||||
'name': name}
|
||||
|
|
Loading…
Add table
Reference in a new issue