X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Ftime_slider%2Futil.py;h=600240e0f8af82da1ec0371633aebe4fd98e98ce;hb=f8c7907cd660d3e11a8b80ad85e18ff034ff297a;hp=e48326ca2d0d3cc55408851ce016b49a0402dad1;hpb=d021224696e8524cab857c27370e33aeaf024130;p=time-slider.git diff --git a/usr/share/time-slider/lib/time_slider/util.py b/usr/share/time-slider/lib/time_slider/util.py index e48326c..600240e 100644 --- a/usr/share/time-slider/lib/time_slider/util.py +++ b/usr/share/time-slider/lib/time_slider/util.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 +#!/usr/bin/python2 # # CDDL HEADER START # @@ -35,6 +35,8 @@ def run_command(command, raise_on_try=True): Throws a RunTimeError if the command failed to execute or if the command returns a non-zero exit status. """ + + debug("Trying to run command %s" % (command), True) try: p = subprocess.Popen(command, stdout=subprocess.PIPE,