summaryrefslogtreecommitdiff
path: root/build/detect_host_arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/detect_host_arch.py')
-rwxr-xr-xbuild/detect_host_arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/detect_host_arch.py b/build/detect_host_arch.py
index 0e491bc8ba..d5bebdf94c 100755
--- a/build/detect_host_arch.py
+++ b/build/detect_host_arch.py
@@ -48,4 +48,4 @@ def DoMain(_):
return HostArch()
if __name__ == '__main__':
- print DoMain([])
+ print(DoMain([]))