Skip to content
Snippets Groups Projects
Commit 05248630 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix arch not reported anymore on host

parent e6419458
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ class LocalHost(Host):
try:
a = machine()
if a in self.ARCH:
arch = ARCH[a]
arch = self.ARCH[a]
except:
pass
return arch
......
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