Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jeremie Garcia
Trajectoires
Commits
af2a764d
Commit
af2a764d
authored
Mar 02, 2016
by
Jérémie Garcia
Browse files
Merge branch 'master' into jack-version
parents
b638d6e4
e3312b35
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
af2a764d
...
...
@@ -15,3 +15,7 @@ Thumbs.db
####QRCODE png
WOB/qr_code.png
###Ignore save as text directory
trajAsText/**
\ No newline at end of file
Traj/server.js
View file @
af2a764d
...
...
@@ -919,7 +919,7 @@ if(root_path =="."){
}
//Create the path to the traj directory for saving trajs
var
traj_path
=
pathModule
.
normalize
(
root_path
+
"
/traj
"
);
var
traj_path
=
pathModule
.
normalize
(
root_path
+
"
/traj
AsText
"
);
//console.log("Traj path: " + traj_path);
//TODO: check for paths here
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment