From eee5c2e25d3b4397ea9cde351696651fd19ebf2c Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Wed, 11 Nov 2015 18:01:26 +0100 Subject: [PATCH] updated python script to run as executable --- cmake_targets/autotests/tools/configure_cots_bandrich_ue.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 cmake_targets/autotests/tools/configure_cots_bandrich_ue.py diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py old mode 100644 new mode 100755 index 067a2913cc..df78e341f7 --- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py +++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + import time import serial import os -- GitLab