aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/py-naarad/files/patch-2to3
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/py-naarad/files/patch-2to3')
-rw-r--r--benchmarks/py-naarad/files/patch-2to39
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmarks/py-naarad/files/patch-2to3 b/benchmarks/py-naarad/files/patch-2to3
new file mode 100644
index 000000000000..51ee552bbb8b
--- /dev/null
+++ b/benchmarks/py-naarad/files/patch-2to3
@@ -0,0 +1,9 @@
+--- src/naarad/run_steps/local_cmd.py.orig 2015-04-23 21:55:51 UTC
++++ src/naarad/run_steps/local_cmd.py
+@@ -82,5 +82,5 @@ class Local_Cmd(Run_Step):
+ if self.process.poll() is None:
+ self.process.kill()
+ logger.warning('Waited %d seconds for run_step to terminate. Killing now....', CONSTANTS.SECONDS_TO_KILL_AFTER_SIGTERM)
+- except OSError, e:
++ except OSError as e:
+ logger.error('Error while trying to kill the subprocess: %s', e)