From 6fd1a4304ec3b1570e5854d8f2e76fc6af7c5522 Mon Sep 17 00:00:00 2001
From: Sherjeel Shabih <sshabih@physik.hu-berlin.de>
Date: Wed, 5 Jun 2024 14:07:33 +0000
Subject: [PATCH] Fixes the converter. We moved this function in pynxtools

---
 nomad/datamodel/metainfo/eln/nexus_data_converter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nomad/datamodel/metainfo/eln/nexus_data_converter.py b/nomad/datamodel/metainfo/eln/nexus_data_converter.py
index 0448da52e1..79fe566e6d 100644
--- a/nomad/datamodel/metainfo/eln/nexus_data_converter.py
+++ b/nomad/datamodel/metainfo/eln/nexus_data_converter.py
@@ -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:
-- 
GitLab