summaryrefslogtreecommitdiff
path: root/rtslib/node.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtslib/node.py')
-rw-r--r--rtslib/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtslib/node.py b/rtslib/node.py
index 99245a2..7784f8b 100644
--- a/rtslib/node.py
+++ b/rtslib/node.py
@@ -172,7 +172,7 @@ class CFSNode(object):
try:
fwrite(path, "%s\n" % str(value))
except Exception as e:
- raise RTSLibError("Cannot set attribute %s: %s" % (attribute, e))
+ raise RTSLibError("Cannot set parameter %s: %s" % (parameter, e))
def get_parameter(self, parameter):
'''