From bc9f97bcc6fbe57174431ee8790ebf2e62c95494 Mon Sep 17 00:00:00 2001 From: Hrishi Hiraskar Date: Fri, 23 Dec 2016 23:03:31 +0530 Subject: Update README --- SendLog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SendLog.py') diff --git a/SendLog.py b/SendLog.py index 9f0af39..91354b6 100755 --- a/SendLog.py +++ b/SendLog.py @@ -29,7 +29,7 @@ ENDING = 1 DATA = 2 NOLINE = -1 # Scilab dir, can't run absolute paths -SCI = "../../../../scilab/scilab_master_old/scilab/" +SCI = "../scilab/" # List to store figure IDs figure_list = [] # List to store filenames of files -- cgit