Skip to content

add warning for missing recipe file #1

@twc7c

Description

@twc7c

lt.filter_logs() returns an error if searching for a recipe that does not exist (e.g. when you are pointed to the AJA_metals files but looking for a recipe from the AJA_dielectrics tool.


IndexError Traceback (most recent call last)
in ()
6
7 #Grab a list of the column headings (aka keys) from the first file
----> 8 keys_all = list(rlogs.values())[0]['data'].keys()
9 print(keys_all)

IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions