projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbfd4fa
)
'wtk' -> self.name in WTKDriver to reduce duplication
author
W. Trevor King
<wking@drexel.edu>
Wed, 2 Jun 2010 18:11:04 +0000
(14:11 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 2 Jun 2010 18:11:04 +0000
(14:11 -0400)
hooke/driver/wtk.py
patch
|
blob
|
history
diff --git
a/hooke/driver/wtk.py
b/hooke/driver/wtk.py
index 640f056b92adf652fd3fc4af10b77c5638c3b369..ec7670d3e896a8e97b43f3051a1a8e31799af531 100644
(file)
--- a/
hooke/driver/wtk.py
+++ b/
hooke/driver/wtk.py
@@
-96,7
+96,7
@@
class WTKDriver (Driver):
unlabeled_approach_data, params, 'approach')
retract = self._scale_block(
unlabeled_retract_data, params, 'retract')
- info = {'filetype':
'wtk'
, 'experiment':experiment.VelocityClamp}
+ info = {'filetype':
self.name
, 'experiment':experiment.VelocityClamp}
return ([approach, retract], info)
def _paths(self, path):