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 6dd32ec commit 3302352Copy full SHA for 3302352
src/c2pa/lib.py
@@ -62,7 +62,7 @@ def get_platform_identifier(cpu_arch: Optional[CPUArchitecture] = None) -> str:
62
elif system == "windows":
63
return "x86_64-pc-windows-msvc"
64
elif system == "linux":
65
- print("## System is Linux, arch is: ", _get_architecture()())
+ print("## System is Linux, arch is: ", _get_architecture())
66
if _get_architecture() in ['arm64', 'aarch64']:
67
return "aarch64-unknown-linux-gnu"
68
return "x86_64-unknown-linux-gnu"
0 commit comments