BAMWelDX / weldx

Object which is not a context manager used with the with statement PYL-E1129
Bug risk
Critical
2 months ago3 years old
Context manager 'generator' doesn't implement __enter__ and __exit__.
 61        ), f"Error calling plot function of {type(groove)} "
 62
 63        # call plot function
 64        with _close_plot(): 65            groove.plot()
 66
 67