mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#4266 Update libecl
Use commit 0e1e780fd6f18ce93119061e36a4fca9711bc020 Excluded multibuild folder, as this caused git issues
This commit is contained in:
Vendored
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user