oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

OSCAR::ConfigFile does not recognize comments #539

Closed dikim33 closed 7 years ago

dikim33 commented 7 years ago

Reported by valleegr on 10 Apr 2009 23:54 UTC When we try to get the list of blocks within a config file, OSCAR::ConfigFile treats comments as normal blocks with the following output:

[#ganglia](apitest)
Array: 2 element(s)
dikim33 commented 7 years ago

Comment by valleegr on 11 Apr 2009 14:54 UTC (In [8389]) This check-in fixes #540 - OSCAR::ConfigFile now ignores comments when getting the list of blocks from a config file.