Skip to content

Commit

Permalink
taking away redundant backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Sterling committed Dec 6, 2014
1 parent c08c15e commit 5fb2342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphios.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def process_log(file_name):
nobj.UOM = re.sub("[^a-zA-Z]+", "", u)
processed_objects.append(nobj)
except:
log.critical("failed to parse label: '%s' part of perf" \
log.critical("failed to parse label: '%s' part of perf"
"string '%s'" % (metric, nobj.PERFDATA))
continue
return processed_objects
Expand Down

0 comments on commit 5fb2342

Please sign in to comment.