Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2a666fa2 authored by Jérémie Gaidamour's avatar Jérémie Gaidamour
Browse files

[dev] minor bug fix in run-g5kchecks postprocessing

parent 639fed9b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ list_of_yaml_files.each { |filename|
hash = {node_uid => hash}
new_filename = "../../input/grid5000/sites/#{site_uid}/clusters/#{cluster_uid}/nodes/" + node_uid + ".yaml"
new_filename = Pathname("../../input/grid5000/sites/#{site_uid}/clusters/#{cluster_uid}/nodes/" + node_uid + ".yaml")
new_filename.dirname.mkpath()
write_yaml(new_filename, hash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment