Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rayan CHIKHI
serratus-batch-dl
Commits
7a3ec3d4
Commit
7a3ec3d4
authored
Jun 23, 2020
by
Rayan CHIKHI
Browse files
oops
parent
9b6978c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/batch_processor.py
View file @
7a3ec3d4
...
...
@@ -144,7 +144,7 @@ def process_file(accession, region):
endTime
=
datetime
.
now
()
diffTime
=
endTime
-
startTime
sdb_log
(
sdb
,
accession
,
'batch_dl_time'
,
int
(
diffTime
.
seconds
))
sdb_log
(
sdb
,
accession
,
'batch_dl_date'
,
str
(
datetime
.
datetime
.
now
()))
sdb_log
(
sdb
,
accession
,
'batch_dl_date'
,
str
(
datetime
.
now
()))
logMessage
(
accession
,
"Serratus-batch-dl processing time - "
+
str
(
diffTime
.
seconds
),
LOGTYPE_INFO
)
...
...
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