mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
Fix manifest platform list.
This commit is contained in:
@@ -392,7 +392,7 @@ rm -f /usr/sbin/policy-rc.d
|
||||
if os.path.exists(manifest['platforms']):
|
||||
md['platforms'] = yaml.load(open(manifest['platforms']))
|
||||
else:
|
||||
md['platforms'] = manifest['platforms'].split()
|
||||
md['platforms'] = manifest['platforms'].split(',')
|
||||
with open(mname, "w") as f:
|
||||
json.dump(md, f, indent=2)
|
||||
onlu.execute("sudo chmod a-w %s" % mname)
|
||||
|
||||
Reference in New Issue
Block a user