Skip to content
Snippets Groups Projects
Commit 3bc5f7a6 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: copy/paste error in function

parent ba958f04
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!443Link with CDASH
Pipeline #745 passed
......@@ -254,7 +254,7 @@ if __name__ == "__main__":
handler.GetBuildId()
# handler.buildid="1"
cdash_url = handler.GetBuildUrl()
( state , error ) = handler.GetBuildUrl()
( state , error ) = handler.GetBuildStatus()
if trace:
print ( "cdash_url is: " + cdash_url )
gitlab_url = "https://gitlab.orfeo-toolbox.org/api/v4/projects/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment