Skip to content

Commit 0faed37

Browse files
committed
3f6d588 broke the map again :/
1 parent 951fea4 commit 0faed37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ybd/definitions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def __init__(self, directory='.'):
3131
self._definitions = {}
3232
self._trees = {}
3333
self.defaults = Defaults()
34-
app.config['cpu'] = self.defaults.cpus.get('arch', app.config['arch'])
34+
app.config['cpu'] = self.defaults.cpus.get(app.config['arch'],
35+
app.config['arch'])
3536

3637
schemas = self.load_schemas()
3738
with app.chdir(directory):

0 commit comments

Comments
 (0)