Skip to content

Commit 235aef9

Browse files
author
Florian Forster
committed
Fixed name error
1 parent 92b07d3 commit 235aef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mercuryitc/mercury_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def convert_scaled_values(s, convert=float):
7878

7979
class CachedPropertyContainer(object):
8080
def __init__(self):
81-
self._clear_cache()
81+
self.clear_cache()
8282

8383
def _read_property(self, name, convert, ignored_delimiters=0):
8484
'''Read a property from the device.

0 commit comments

Comments
 (0)