summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c7dd32e)
Signed-off-by: Chris Lamb <lamby@debian.org>
# Parse the yaml file
sourcefile = file(tagfile, 'r')
sourcecontent = sourcefile.read()
# Parse the yaml file
sourcefile = file(tagfile, 'r')
sourcecontent = sourcefile.read()
try:
lintiantags = yaml.load(sourcecontent)
except yaml.YAMLError, msg:
try:
lintiantags = yaml.load(sourcecontent)
except yaml.YAMLError, msg: