Skip to content
Snippets Groups Projects
Commit 2c3d26f6 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Fix a typo in containers

parent d105c5a4
No related branches found
No related tags found
1 merge request!146Resolve "Support readout injection points"
Pipeline #217967 passed
...@@ -133,7 +133,7 @@ class ForEachObject(abc.ABC): ...@@ -133,7 +133,7 @@ class ForEachObject(abc.ABC):
plt.xlabel("Time [s]") plt.xlabel("Time [s]")
plt.ylabel("Signal") plt.ylabel("Signal")
plt.title(title) plt.title(title)
# Save or show glitch # Save or show
if output is not None: if output is not None:
logger.info("Saving plot to %s", output) logger.info("Saving plot to %s", output)
plt.savefig(output, bbox_inches='tight') plt.savefig(output, bbox_inches='tight')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment