From 2f678962a4ad6e4299b96f41c0076a45c1cb5e5d Mon Sep 17 00:00:00 2001 From: Sai Lakhan Ekal <sai.lakhan.ekal@desy.de> Date: Thu, 16 Jun 2022 12:32:41 +0200 Subject: [PATCH] Made VNA.py an executable script --- Python script/VNA.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 Python script/VNA.py diff --git a/Python script/VNA.py b/Python script/VNA.py old mode 100644 new mode 100755 index be86a4e..ff87294 --- a/Python script/VNA.py +++ b/Python script/VNA.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import pyvisa import time -- GitLab