Mentions légales du service

Skip to content
Snippets Groups Projects

Fixes for running the master branch on the UTH nodes

Merged Nikos Makris requested to merge uth_fixes into main
6 files
+ 31
13
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -134,7 +134,7 @@ def render(templatepath, gcn):
# ==============================================================================
# load configurations
with open('roles/5g/templates/manifest.yaml', "r") as file:
with open('roles/5g/base/templates/manifest.yaml', "r") as file:
tpls = yaml.safe_load(file)
core = yaml.safe_load(os.environ['params_5g'])
@@ -157,4 +157,4 @@ for item in tpls["templates"]:
content = render(path, gcn)
else:
content = readFile("/".join([tpls["output_dir"], path ]))
createFile(content, item['output'])
\ No newline at end of file
createFile(content, item['output'])
Loading