Skip to content
Snippets Groups Projects
Commit a99d9091 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 9176dc76
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ if exists(CONFIG_PATH): ...@@ -35,7 +35,7 @@ if exists(CONFIG_PATH):
def expand_wildcards(plot_layout): def expand_wildcards(plot_layout):
"""Replace wildcard entries with list of files""" """Replace wildcard entries with list of files"""
plots = [] plots = []
for row in AHRS_PLOTS: for row in plot_layout:
if not isinstance(row, list) and '*' in row: if not isinstance(row, list) and '*' in row:
plots.append( plots.append(
sorted([ sorted([
......
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