Skip to content
Snippets Groups Projects
Commit 24b17f90 authored by Anael Beutot's avatar Anael Beutot
Browse files

Changed arch tag behaviour when arch is not known.

parent 89ca6d91
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ def arch():
u'i586': u'x86',
u'i686': u'x86',
u'x86_64': u'x64',
u'': None,
}[platform_.machine()]
}.get(platform_.machine(), u'unknown')
def cpu():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment