We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96f6b4 commit 72a4184Copy full SHA for 72a4184
1 file changed
FHIRValidationAction/scripts/configure-packages.py
@@ -38,6 +38,8 @@ def check_package_locally(package_id, version):
38
39
def download_package(package_id, version, failed):
40
url = f"https://packages.simplifier.net/{package_id}/{version}"
41
+ print(response.status_code)
42
+ print(response)
43
response = requests.get(url)
44
45
if response.status_code == 404:
0 commit comments