Skip to content

notebook-6 AttributeError: change attribute name ._variables to .variables #4

@nswitanek

Description

@nswitanek

If trace_resultp = True, then cell breaks with AttributeError:

AttributeError: 'ContextVariables' object has no attribute '_variables'

Change from

print("Input vars:", step._parameters._variables)

to

print("Input vars:", step._parameters.variables)

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