We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9712 commit d68f79aCopy full SHA for d68f79a
scripts/download_artifacts.py
@@ -136,6 +136,7 @@ def main():
136
print(f"Using platform from environment variable C2PA_LIBS_PLATFORM: {env_platform}")
137
platform_id = env_platform or get_platform_identifier()
138
print("Looking up releases for platform id: ", platform_id)
139
+ print("Environment variable set for lookup: ", env_platform)
140
platform_source = "environment variable" if env_platform else "auto-detection"
141
print(f"Target platform: {platform_id} (set through{platform_source})")
142
0 commit comments