summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get_hash_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/get_hash_generator.py')
-rw-r--r--src/mesa/main/get_hash_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/get_hash_generator.py b/src/mesa/main/get_hash_generator.py
index 86c6771066a..facdccd8a53 100644
--- a/src/mesa/main/get_hash_generator.py
+++ b/src/mesa/main/get_hash_generator.py
@@ -201,7 +201,7 @@ def show_usage():
if __name__ == '__main__':
try:
(opts, args) = getopt.getopt(sys.argv[1:], "f:")
- except Exception,e:
+ except Exception:
show_usage()
if len(args) != 0: