projects
/
pycomedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e0887c
)
device: remove trailing whitespace from Éric's patch.
author
W. Trevor King
<wking@tremily.us>
Tue, 16 Oct 2012 18:16:45 +0000
(14:16 -0400)
committer
W. Trevor King
<wking@tremily.us>
Tue, 16 Oct 2012 18:16:45 +0000
(14:16 -0400)
pycomedi/device.pyx
patch
|
blob
|
history
diff --git
a/pycomedi/device.pyx
b/pycomedi/device.pyx
index 3c6b6797bf43afe19733ba92823402b033e7c42d..a7d6d16638afb2881e477798a9d91b1ba8d95e46 100644
(file)
--- a/
pycomedi/device.pyx
+++ b/
pycomedi/device.pyx
@@
-272,15
+272,15
@@
cdef class Device (object):
_error.raise_error(
function_name='comedi_get_default_calibration_path')
return ret
-
+
def parse_calibration(self, path=None):
"""The soft calibration from a file for this device.
-
+
If path is None, the default calibration file is used.
"""
if path is None:
path = self.get_default_calibration_path()
-
+
ret = _comedilib_h.comedi_parse_calibration_file(path)
if ret == NULL:
_error.raise_error(