diff options
author | Hrishi Hiraskar | 2016-12-23 23:03:31 +0530 |
---|---|---|
committer | Hrishi Hiraskar | 2016-12-23 23:03:31 +0530 |
commit | bc9f97bcc6fbe57174431ee8790ebf2e62c95494 (patch) | |
tree | 64040bf8741491e50fdbef133ca8f0dbd5ff10ec /SendLog.py | |
parent | c960f0d4fb9b6a68e0c33a0248fc5ce1f1bf62ab (diff) | |
download | xcos-on-web-bc9f97bcc6fbe57174431ee8790ebf2e62c95494.tar.gz xcos-on-web-bc9f97bcc6fbe57174431ee8790ebf2e62c95494.tar.bz2 xcos-on-web-bc9f97bcc6fbe57174431ee8790ebf2e62c95494.zip |
Update README
Diffstat (limited to 'SendLog.py')
-rwxr-xr-x | SendLog.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |