summaryrefslogtreecommitdiff
path: root/giscanner/annotationparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/annotationparser.py')
-rw-r--r--giscanner/annotationparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/annotationparser.py b/giscanner/annotationparser.py
index 3a8aa8e5..19a5b352 100644
--- a/giscanner/annotationparser.py
+++ b/giscanner/annotationparser.py
@@ -528,7 +528,7 @@ class AnnotationApplier(object):
if index is None:
raise InvalidAnnotationError(
"can't find parameter %s referenced by parameter %s of %r"
- % (param_name, parent.name, location_name))
+ % (param_name, location_name, parent.name))
return index