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
d850cea2
Commit
d850cea2
authored
Jun 05, 2020
by
Ryan Herbert
Committed by
Mathieu Giraud
Nov 18, 2020
Browse files
task.py fix custom_fuse pre_process
fixes a reference to an undefined variable
parent
a085ea76
Changes
1
Show whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/models/task.py
View file @
d850cea2
...
@@ -765,7 +765,7 @@ def custom_fuse(file_list):
...
@@ -765,7 +765,7 @@ def custom_fuse(file_list):
files
+=
os
.
path
.
abspath
(
defs
.
DIR_RESULTS
+
db
.
results_file
[
id
].
data_file
)
files
+=
os
.
path
.
abspath
(
defs
.
DIR_RESULTS
+
db
.
results_file
[
id
].
data_file
)
seq_file
=
db
.
sequence_file
[
db
.
results_file
[
id
].
sequence_file_id
]
seq_file
=
db
.
sequence_file
[
db
.
results_file
[
id
].
sequence_file_id
]
if
seq_file
.
pre_process_file
is
not
None
:
if
seq_file
.
pre_process_file
is
not
None
:
files
+=
",%s"
%
os
.
path
.
abspath
(
defs
.
DIR_RESULTS
+
row
.
sequence
_file
.
pre_process_file
)
files
+=
",%s"
%
os
.
path
.
abspath
(
defs
.
DIR_RESULTS
+
seq
_file
.
pre_process_file
)
files
+=
" "
files
+=
" "
try
:
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