We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951fea4 commit 0faed37Copy full SHA for 0faed37
ybd/definitions.py
@@ -31,7 +31,8 @@ def __init__(self, directory='.'):
31
self._definitions = {}
32
self._trees = {}
33
self.defaults = Defaults()
34
- app.config['cpu'] = self.defaults.cpus.get('arch', app.config['arch'])
+ app.config['cpu'] = self.defaults.cpus.get(app.config['arch'],
35
+ app.config['arch'])
36
37
schemas = self.load_schemas()
38
with app.chdir(directory):
0 commit comments