projects
/
pysvrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e754d10
)
I definitely have problems computing the ETA.
author
Francois Fleuret
<francois@fleuret.org>
Sun, 18 Jun 2017 10:03:35 +0000
(12:03 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 18 Jun 2017 10:03:35 +0000
(12:03 +0200)
cnn-svrt.py
patch
|
blob
|
history
diff --git
a/cnn-svrt.py
b/cnn-svrt.py
index
26e7de8
..
142b81f
100755
(executable)
--- a/
cnn-svrt.py
+++ b/
cnn-svrt.py
@@
-260,7
+260,6
@@
class vignette_logger():
m,
n), ' [ETA ' + time.ctime(time.time() + dt * (n - m)) + ']'
)
- self.start_t = t
######################################################################