Fix: Use Python 2.x for the run-report script
[lttng-tools.git] / tests / run-report.py
index af8ad16d38ed40e764556bc75f83772cd706e4bf..1516c7e7056c25de1ac1322e69355a155e7cf4fa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 import os, sys
 import subprocess
This page took 0.022642 seconds and 4 git commands to generate.