mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
daq: fixed typo
This commit is contained in:
parent
438e18328d
commit
62a0fd70de
@ -303,7 +303,7 @@ class Daq(Instrument):
|
|||||||
except ConfigurationError, ex:
|
except ConfigurationError, ex:
|
||||||
raise ConfigError('DAQ configuration: ' + ex.message) # Re-raise as a WA error
|
raise ConfigError('DAQ configuration: ' + ex.message) # Re-raise as a WA error
|
||||||
self.grouped_suffixes = defaultdict(str)
|
self.grouped_suffixes = defaultdict(str)
|
||||||
if isinstance(self.merge_chnnels, bool):
|
if isinstance(self.merge_channels, bool):
|
||||||
if self.merge_channels:
|
if self.merge_channels:
|
||||||
# Create a dict of potential prefixes and a list of their suffixes
|
# Create a dict of potential prefixes and a list of their suffixes
|
||||||
grouped_suffixes = {label[:-1]: label for label in sorted(self.labels) if len(label) > 1}
|
grouped_suffixes = {label[:-1]: label for label in sorted(self.labels) if len(label) > 1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user