X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=update_reqs.py;h=0a53ec9dca0130d93fdac4cd1cc11c93fffa7c6b;hb=1d319a416ba8f0cb764d86323f78318b0d3a8f4c;hp=304b47938b1029537aeac1a754324c3b0c0f6c9d;hpb=b08a07233b27948f823dc004096102328f8ce725;p=vvp%2Fvalidation-scripts.git 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):