summaryrefslogtreecommitdiff
path: root/routes/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'routes/routes.js')
-rw-r--r--routes/routes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/routes/routes.js b/routes/routes.js
index ca07fba..5dbda92 100644
--- a/routes/routes.js
+++ b/routes/routes.js
@@ -73,7 +73,8 @@ module.exports = function(express,app,fs,os,io,PythonShell,scriptPath){
{
//Adding Plot component in a file
- sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n print alli > /tmp/plot_alli_'+socketID+'.txt', fileName);
+ sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n \
+ print alli > /tmp/plot_alli_'+socketID+'.txt', fileName);
}