Commit 3bc5f7a6 authored by aregimbe's avatar aregimbe
Browse files

BUG: copy/paste error in function

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -254,7 +254,7 @@ if __name__ == "__main__": ...@@ -254,7 +254,7 @@ if __name__ == "__main__":
handler.GetBuildId() handler.GetBuildId()
# handler.buildid="1" # handler.buildid="1"
cdash_url = handler.GetBuildUrl() cdash_url = handler.GetBuildUrl()
( state , error ) = handler.GetBuildUrl() ( state , error ) = handler.GetBuildStatus()
if trace: if trace:
print ( "cdash_url is: " + cdash_url ) print ( "cdash_url is: " + cdash_url )
gitlab_url = "https://gitlab.orfeo-toolbox.org/api/v4/projects/" gitlab_url = "https://gitlab.orfeo-toolbox.org/api/v4/projects/"
......
Supports Markdown
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