Commit 5a6ef74b authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Minor fix

parent 42ef6122
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ def parse_branch_from_log(gitlog):
        return branch.group(2)
    elif bool(branch_master): 
        return branch_master.group(2)
    else
    else:
        return None
   
def get_git_reference(folder):
@@ -226,7 +226,7 @@ if __name__ == "__main__":
        sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"]
    elif (BRANCH =~ 2.*$ || BRANCH == "master") :
        sol_specs = ["SOL002", "SOL003", "SOL005"]
    else 
    else:
        print("Could not determine branch")

    for solspec in sol_specs: