From: Jiri Olsa Date: Thu, 8 Nov 2012 16:01:01 +0000 (+0100) Subject: perf tests: Move attr.py temp dir cleanup into finally section X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~77^2~5^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4fcf0a8b96b23a245a21065c9424e09c8080819;p=pandora-kernel.git perf tests: Move attr.py temp dir cleanup into finally section Currently if there's 'Unsup' exception raised, we do not clean up the temp directory. Solving this by adding 'finally' to make the cleanup in any case. Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1352390461-15404-1-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed