Skip to content
Snippets Groups Projects
Commit 6fd1a430 authored by Sherjeel Shabih's avatar Sherjeel Shabih
Browse files

Fixes the converter. We moved this function in pynxtools

parent 171052d1
No related branches found
No related tags found
1 merge request!1895Fixes the converter. We moved this function in pynxtools
Pipeline #207395 passed
......@@ -87,7 +87,7 @@ def populate_nexus_subsection(
Exception: could not trigger processing from NexusParser
Exception: could not trigger processing from NexusParser
"""
_, nxdl_f_path = pynxtools_converter.get_nxdl_root_and_path(app_def)
_, nxdl_f_path = pynxtools_converter.helpers.get_nxdl_root_and_path(app_def)
# Writing nxs file, parse and populate NeXus subsection:
if output_file_path:
......
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