Skip to content
Snippets Groups Projects
Commit 9c4ce7da authored by jkerdreu's avatar jkerdreu
Browse files

For Damien



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2660 b32b6428-25c9-4566-ad07-03861ab6144f
parent ad46d9a9
No related branches found
No related tags found
No related merge requests found
# dump the content of the metadb.ini file
from xaal.lib import tools
import sys
FILE= sys.argv[1]
cfg = tools.load_cfg_file(FILE)
if cfg == None:
print("Unable to load %s" % FILE)
else:
for dev in cfg['devices']:
print(dev,end=' ')
print(cfg['devices'][dev])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment