summaryrefslogtreecommitdiff
path: root/pygnulib/GLError.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygnulib/GLError.py')
-rw-r--r--pygnulib/GLError.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLError.py b/pygnulib/GLError.py
index 93604999d6..66838e56e6 100644
--- a/pygnulib/GLError.py
+++ b/pygnulib/GLError.py
@@ -124,4 +124,4 @@ class GLError(Exception):
else: # if PYTHON3
self.message = ('[Errno %d] %s' %
(self.errno, errors[self.errno - 1]))
- return(self.message)
+ return self.message