X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Ftime_slider%2Futil.py;h=600240e0f8af82da1ec0371633aebe4fd98e98ce;hp=e48326ca2d0d3cc55408851ce016b49a0402dad1;hb=d1252e4e09fea3b47e1e6eb76c6506ea83dda572;hpb=d021224696e8524cab857c27370e33aeaf024130 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,