X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=update_reqs.py;h=0a53ec9dca0130d93fdac4cd1cc11c93fffa7c6b;hp=304b47938b1029537aeac1a754324c3b0c0f6c9d;hb=5706da0c7f430c01a0cebb534f1a965ee9b5cca7;hpb=b08a07233b27948f823dc004096102328f8ce725 diff --git a/update_reqs.py b/update_reqs.py index 304b479..0a53ec9 100644 --- a/update_reqs.py +++ b/update_reqs.py @@ -54,7 +54,7 @@ THIS_DIR = os.path.dirname(os.path.abspath(__file__)) def get_requirements(): """Retrieves the binary JSON content fom REQS_URL""" - return request.urlopen(REQS_URL) + return request.urlopen(REQS_URL) # nosec def write_file(contents, path):