Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 19daa16d authored by usov_i's avatar usov_i
Browse files

Treat o2t as om

parent 4bcfaf8c
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,9 @@ def parse_1D(fileobj, data_type):
if "scan_motor" not in scan:
scan["scan_motor"] = "om"
if scan["scan_motor"] == "o2t":
scan["scan_motor"] = "om"
if scan["scan_motor"] != "om":
raise Exception("Unsupported variable name in ccl file.")
......
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