Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Handle None process states in build_call_graph #6590

Merged

Commits on Nov 26, 2024

  1. CLI: Handle None process states in build_call_graph

    The process definition allows a None state but the build_call_graph
    utils function intended for a creating printable output of the call
    graph does crash in this case.  A None state indicates some undefined
    behavior in the code, but the application should not fail because of the
    formatting of the output.  This commit makes build_call_graph handle
    None states. Partial fix for aiidateam#6585.
    agoscinski committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f7b80f9 View commit details
    Browse the repository at this point in the history