#4266 Update libecl

Use commit 0e1e780fd6f18ce93119061e36a4fca9711bc020

Excluded multibuild folder, as this caused git issues
This commit is contained in:
Magne Sjaastad
2019-05-09 08:40:32 +02:00
parent 6ce3371df5
commit 04091ad77d
587 changed files with 8944 additions and 7854 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import json
import os
import sys
url_fmt = "https://api.github.com/repos/Statoil/libecl/pulls/%d"
url_fmt = "https://api.github.com/repos/Equinor/libecl/pulls/%d"
def getPRList( api_token, pr1, pr2):
pr = pr1
@@ -38,7 +38,7 @@ def printPRList( pr_list , fileH):
title = pr["title"]
body = pr["body"]
nr = pr["number"]
url = "https://github.com/Statoil/libecl/pull/{}/".format(nr)
url = "https://github.com/Equinor/libecl/pull/{}/".format(nr)
try:
title = str(title)