Skip to content
Snippets Groups Projects
Commit 6847a9f0 authored by Marcel Bajdel's avatar Marcel Bajdel :rocket:
Browse files

Correct typo

parent 23eee349
No related branches found
No related tags found
No related merge requests found
......@@ -504,7 +504,7 @@ class BlueskyMagicsBessy(Magics, metaclass=MetaclassForClassProperties):
if ".readback" in ax:
ax_to_print = ax.replace(".readback","")
lines.append(LINE_FMT.format(ax , axis_value))
lines.append(LINE_FMT.format(ax_to_print , axis_value))
print('\n'.join(lines))
continue
print()
......
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