Commit 0ca11f64 by Calen Pennington

Add a trailing comma to make future diffs cleaner

parent 1c78d7c0
......@@ -78,7 +78,7 @@ def intercept_errors(api_error, ignore_errors=None):
args=args,
kwargs=kwargs,
exception=ex.developer_message if hasattr(ex, 'developer_message') else repr(ex),
caller=caller.strip()
caller=caller.strip(),
)
LOGGER.exception(msg)
raise api_error(msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment