get rid of bad print statement
This commit is contained in:
parent
f6f288d4b9
commit
5dbf8a5631
1 changed files with 0 additions and 1 deletions
|
@ -202,7 +202,6 @@ def _download_json_files():
|
||||||
data[name] = json.loads(file.read_text())
|
data[name] = json.loads(file.read_text())
|
||||||
continue
|
continue
|
||||||
url = base_url + "/" + file.name
|
url = base_url + "/" + file.name
|
||||||
print("foo")
|
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
if not response.status_code == 200:
|
if not response.status_code == 200:
|
||||||
err_msg = "Could not download initialization file {} from github (tried url {})".format(filename, url)
|
err_msg = "Could not download initialization file {} from github (tried url {})".format(filename, url)
|
||||||
|
|
Loading…
Reference in a new issue