Closed Wytamma closed 9 months ago
if i run pipeline script show ... and the pipeline has a list comprehension it's do shown.
pipeline script show ...
e.g. rates = [float(node.annotations.get_value("rate")) for node in tree if node.annotations.get_value("rate")]
rates = [float(node.annotations.get_value("rate")) for node in tree if node.annotations.get_value("rate")]
becomes
rates =
I think it's related to using console as --pretty still works
if i run
pipeline script show ...
and the pipeline has a list comprehension it's do shown.e.g.
rates = [float(node.annotations.get_value("rate")) for node in tree if node.annotations.get_value("rate")]
becomes
rates =
I think it's related to using console as --pretty still works