diff options
Diffstat (limited to 'docs/sphinx/conf.py.in')
-rw-r--r-- | docs/sphinx/conf.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sphinx/conf.py.in b/docs/sphinx/conf.py.in index 24ba82c8..792c87ca 100644 --- a/docs/sphinx/conf.py.in +++ b/docs/sphinx/conf.py.in @@ -50,7 +50,7 @@ for fpath in ecm_manuals: name, desc, [], int(sec))) else: sys.stderr.write("ERROR: No ecm-manual-description in '%s'\n" % fpath) - except Exception, e: + except Exception as e: sys.stderr.write("ERROR: %s\n" % str(e)) man_show_urls = False |