Skip to content
Snippets Groups Projects
Commit 20c26791 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: fix GetReturnValue

parent 4a27b954
Branches
Tags
No related merge requests found
......@@ -250,7 +250,7 @@ site:"+site+", stamp:"+stamp+", name:"+name+", project:"+project+".")
return ( state , errors)
def GetReturnValue(self, logfile):
fd = open(configure_rv)
fd = open(logfile)
content = fd.readlines()[0]
fd.close()
return int(content.strip("\n"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment