Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fd27f02f authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

Since the oar properties generator has been switched to using...

Since the oar properties generator has been switched to using load_data_hierarchy, the wiki generator for oar-properties must follow
parent 27199f59
No related branches found
No related tags found
No related merge requests found
Pipeline #52413 passed
# coding: utf-8 # coding: utf-8
require 'refrepo/gen/oar-properties' require 'refrepo/gen/oar-properties'
require 'refrepo/data_loader'
class OarPropertiesGenerator < WikiGenerator class OarPropertiesGenerator < WikiGenerator
...@@ -178,7 +179,7 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -178,7 +179,7 @@ class OarPropertiesGenerator < WikiGenerator
end end
def generate_content def generate_content
refapi = get_global_hash refapi = load_data_hierarchy
#Properties generated from oar-properties generator #Properties generated from oar-properties generator
props = {} props = {}
G5K::SITES.each{ |site_uid| G5K::SITES.each{ |site_uid|
......
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