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
vidjil
vidjil
Commits
fe6faabb
Commit
fe6faabb
authored
Oct 05, 2016
by
HERBERT Ryan
Browse files
models/task.py hard coded http
Switching Vidjil to full https, this line was hard-coded to http
parent
721f90c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/task.py
View file @
fe6faabb
...
...
@@ -566,7 +566,7 @@ def custom_fuse(file_list):
files
+=
os
.
path
.
abspath
(
defs
.
DIR_RESULTS
+
db
.
results_file
[
id
].
data_file
)
+
" "
cmd
=
"python "
+
os
.
path
.
abspath
(
defs
.
DIR_FUSE
)
+
"/fuse.py -o "
+
output_file
+
" -t 100 "
+
files
proc_srvr
=
xmlrpclib
.
ServerProxy
(
"http://localhost:%d"
%
defs
.
PORT_FUSE_SERVER
)
proc_srvr
=
xmlrpclib
.
ServerProxy
(
"http
s
://localhost:%d"
%
defs
.
PORT_FUSE_SERVER
)
fuse_filepath
=
proc_srvr
.
fuse
(
cmd
,
out_folder
,
output_filename
)
try
:
...
...
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