1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-19 14:56:00 +01:00

Revert "New target description + moving target stuff under "framework""

This reverts commit 6eb5c3681d.

was commited in error.
This commit is contained in:
Sergei Trofimov
2017-03-15 17:16:59 +00:00
parent ec109f5d0b
commit 87560550d9
7 changed files with 141 additions and 110 deletions

@ -32,6 +32,7 @@ class ConfigParser(object):
def load(self, state, raw, source, wrap_exceptions=True): # pylint: disable=too-many-branches
try:
state.plugin_cache.add_source(source)
if 'run_name' in raw:
msg = '"run_name" can only be specified in the config '\
'section of an agenda'